无关风月
2025-03-21 1e1d0497cc600cc10c22c217b35fb3c43a1e024f
ruoyi-system/src/main/java/com/ruoyi/system/dto/TContractDTO.java
@@ -26,4 +26,6 @@
    @ApiModelProperty(value = "递增或递减时点")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime changeTime;
    @ApiModelProperty(value = "周期 单位年")
    private Integer cycleTime;
}