龚焕茏
2024-04-16 c2ca0db5572b90d3ab8ff05dd8a82a308dd8bc42
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java
@@ -62,9 +62,9 @@
    @TableField("yw_condition")
    private String ywCondition;
    @ApiModelProperty("运维检测结果")
    @TableField("yw_check_result")
    private String ywCheckResult;
    @ApiModelProperty("处理期限")
    @TableField("processing_period")
    private Integer processingPeriod;
}