From 0117d58c2b8e6799faf919599d2ea079b3b52d75 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 25 七月 2024 18:28:40 +0800 Subject: [PATCH] 工单定时任务处理超时 --- ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java index 7fc775b..b286248 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/entity/WorkOrder.java +++ b/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,11 @@ @TableField("yw_condition") private String ywCondition; - @ApiModelProperty("杩愮淮妫�娴嬬粨鏋�") - @TableField("yw_check_result") - private String ywCheckResult; + @ApiModelProperty("澶勭悊鏈熼檺") + @TableField("processing_period") + private Integer processingPeriod; - + @ApiModelProperty("鏄惁瓒呮椂锛�0娌℃湁 1璀﹀憡 2瓒呮椂") + @TableField("overtime") + private Integer overtime; } -- Gitblit v1.8.0