zhangmei
2025-02-14 02c65a3db81026b8b3b322d921ddf46e47f981fa
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;
}