From c007f0ca1785db093d48f4846cda82fe8e955765 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期三, 27 五月 2020 09:59:29 +0800 Subject: [PATCH] merage --- src/main/java/com/highdatas/mdm/entity/Flows.java | 29 +++++++++++++++++++++++++---- 1 files changed, 25 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/highdatas/mdm/entity/Flows.java b/src/main/java/com/highdatas/mdm/entity/Flows.java index 486aa9b..ff12063 100644 --- a/src/main/java/com/highdatas/mdm/entity/Flows.java +++ b/src/main/java/com/highdatas/mdm/entity/Flows.java @@ -21,25 +21,46 @@ public class Flows extends Model<Flows> { private static final long serialVersionUID = 1L; - + /* + * 涓婚敭 + * */ private String id; - + /* + * 鍒涘缓浜� + * */ @TableField("user_id") private String userId; - + /* + * 涓氬姟id + * */ @TableField("business_id") private String businessId; - + /* + * 娴佺▼id + * */ @TableField("workflow_id") private String workflowId; + /* + * 娴佺▼鐘舵�� + * */ private ActivitiStatus status; + /* + * 涓氬姟绫诲瀷 + * */ @TableField("business_type") private ActivitiBusinessType businessType; + /* + * 涓氬姟绫诲瀷涓枃鍚� + * */ private transient String businessTypeStr; + /* + * 娴佺▼鍚� + * */ private transient String processName; + private transient String nextInfo; -- Gitblit v1.8.0