龚焕茏
2024-08-22 58c5c6e49c8b4d67cd9d1637beea4706f9b5ae83
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
@@ -34,6 +34,10 @@
    @TableField("error_type")
    private String errorType;
    @ApiModelProperty("设备编号")
    @TableField("serial_number")
    private String serialNumber;
    @ApiModelProperty("工单来源")
    @TableField("source")
    private String source;
@@ -62,9 +66,19 @@
    @TableField("yw_condition")
    private String ywCondition;
    @ApiModelProperty("运维检测情况/一张图")
    @TableField("yw_check_condition")
    private String ywCheckCondition;
    @ApiModelProperty("处理期限")
    @TableField("processing_period")
    private Integer processingPeriod;
    @ApiModelProperty("是否超时,0没有 1警告 2超时")
    @TableField("overtime")
    private Integer overtime;
    @ApiModelProperty("是否扣过积分")
    @TableField("deduct")
    private Boolean deduct;
}