fuliqi
2024-04-28 ad3b2f2dd8a4ec18acc7f3eba1f7059efc67d812
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
@@ -34,6 +34,10 @@
    @TableField("error_type")
    private String errorType;
    @ApiModelProperty("点位")
    @TableField("point_id")
    private Integer pointId;
    @ApiModelProperty("工单来源")
    @TableField("source")
    private String source;
@@ -62,9 +66,9 @@
    @TableField("yw_condition")
    private String ywCondition;
    @ApiModelProperty("运维检测结果")
    @TableField("yw_check_result")
    private String ywCheckResult;
    @ApiModelProperty("处理期限")
    @TableField("processing_period")
    private Integer processingPeriod;
}