龚焕茏
2024-08-22 1b299b7a0ff1186efc9c62a52a3822d07b07deab
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
@@ -66,6 +66,10 @@
    @TableField("yw_condition")
    private String ywCondition;
    @ApiModelProperty("运维检测情况/一张图")
    @TableField("yw_check_condition")
    private String ywCheckCondition;
    @ApiModelProperty("处理期限")
    @TableField("processing_period")
    private Integer processingPeriod;
@@ -73,4 +77,8 @@
    @ApiModelProperty("是否超时,0没有 1警告 2超时")
    @TableField("overtime")
    private Integer overtime;
    @ApiModelProperty("是否扣过积分")
    @TableField("deduct")
    private Boolean deduct;
}