fuliqi
2024-07-31 71e6dc7824780c223e594add97c09773335e8af1
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
@@ -70,5 +70,7 @@
    @TableField("processing_period")
    private Integer processingPeriod;
    @ApiModelProperty("是否超时,0没有 1警告 2超时")
    @TableField("overtime")
    private Integer overtime;
}