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; }