From c66d31a27637ccbb783d0c97fd7c68a9cec67170 Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期三, 05 七月 2023 09:59:35 +0800 Subject: [PATCH] sop接口更新 --- src/main/java/com/whyc/pojo/SOP.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/pojo/SOP.java b/src/main/java/com/whyc/pojo/SOP.java index cb798ae..f710e4b 100644 --- a/src/main/java/com/whyc/pojo/SOP.java +++ b/src/main/java/com/whyc/pojo/SOP.java @@ -42,6 +42,8 @@ /**閫氱敤琛ㄧず(0:闈為�氱敤,1:閫氱敤)*/ private int currentFlag; + /**鏄惁鏈夋晥*/ + private Integer status; /** * [ @@ -175,4 +177,12 @@ public void setCurrentFlag(int currentFlag) { this.currentFlag = currentFlag; } + + public Integer getStatus() { + return status; + } + + public void setStatus(Integer status) { + this.status = status; + } } -- Gitblit v1.9.1