From cf9a5039e6db9d1d5963e3fe1a37d00169ec2ef7 Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期三, 25 六月 2025 11:18:22 +0800 Subject: [PATCH] 验收报告修改 --- 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