无关风月
2025-06-20 a9541d7a0ea793e6494b83f4517f13cf2cb64c85
ruoyi-system/src/main/java/com/ruoyi/system/model/TTemplateDetail.java
@@ -29,9 +29,13 @@
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private String id;
    @ApiModelProperty(value = "周期 单位天")
    @ApiModelProperty(value = "周期值")
    @TableField("cycle")
    private Integer cycle;
    @ApiModelProperty(value = "周期 单位 1=天 2=周 3=月 4=季度 5=年度")
    @TableField("cycle_type")
    private Integer cycleType;
    @ApiModelProperty(value = "每个保洁员被抽查")
    @TableField("num1")
@@ -45,7 +49,14 @@
    @TableField("num3")
    private Integer num3;
    @ApiModelProperty(value = "点位类型覆盖率json")
    @ApiModelProperty(value = "点位类型覆盖率json [{\n" +
            "\t\t\"id\": \"18678093453\",\n" +
            "\t\t\"value\": 18\n" +
            "\n" +
            "\t}, {\n" +
            "\t\t\"id\": \"18678093453\",\n" +
            "\t\t\"value\": 18\n" +
            "\t}]\n")
    @TableField("num4")
    private String num4;
@@ -53,5 +64,8 @@
    @TableField("template_id")
    private String templateId;
    @ApiModelProperty(value = "当前周期值")
    @TableField("current_value")
    private Integer currentValue;
}