ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
@@ -77,4 +77,8 @@ @ApiModelProperty("是否超时,0没有 1警告 2超时") @TableField("overtime") private Integer overtime; @ApiModelProperty("是否扣过积分") @TableField("deduct") private Boolean deduct; }