xuhy
2025-06-16 0efe6213bfdd3281f73d91579b50b88e4ec8cb49
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")
@@ -48,11 +52,11 @@
    @ApiModelProperty(value = "点位类型覆盖率json {\n" +
            "\t\"num5\": [{\n" +
            "\t\t\"id\": \"18678093453\",\n" +
            "\t\t\"value\": \"18\"\n" +
            "\t\t\"value\": 18\n" +
            "\n" +
            "\t}, {\n" +
            "\t\t\"id\": \"18678093453\",\n" +
            "\t\t\"value\": \"18\"\n" +
            "\t\t\"value\": 18\n" +
            "\t}]\n" +
            "\n" +
            "}")