From e9d3a1a9c1f34263bf2bbe9b319506ba92e66bf3 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 07 二月 2025 17:30:46 +0800 Subject: [PATCH] 任务是否能跳过、容缺的回显 --- flowable/src/main/java/com/ycl/domain/entity/ProcessCoding.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flowable/src/main/java/com/ycl/domain/entity/ProcessCoding.java b/flowable/src/main/java/com/ycl/domain/entity/ProcessCoding.java index 4820b53..2a8beff 100644 --- a/flowable/src/main/java/com/ycl/domain/entity/ProcessCoding.java +++ b/flowable/src/main/java/com/ycl/domain/entity/ProcessCoding.java @@ -35,11 +35,11 @@ @TableField("yellow_time") /** 鍙橀粍鐮佺殑澶╂暟 */ - private Integer yellowTime; + private String yellowTime; @TableField("red_time") /** 鍙樼孩鐮佺殑澶╂暟 */ - private Integer redTime; + private String redTime; @TableField("status") /** 浠诲姟鐘舵�� */ -- Gitblit v1.8.0