fuliqi
2024-07-23 9a1843b565b97326c78b2e41fc6b7953f5af84d9
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超时")
    @TableField("overtime")
    private Integer overtime;
}