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 | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/whyc/pojo/SOP.java b/src/main/java/com/whyc/pojo/SOP.java index 63c9d27..f710e4b 100644 --- a/src/main/java/com/whyc/pojo/SOP.java +++ b/src/main/java/com/whyc/pojo/SOP.java @@ -39,8 +39,11 @@ private String uploadUser; /**鏂囦欢url*/ private String fileUrl; - /**閿�(0:鏈攣瀹�,1:閿佸畾)*/ - private int lockFlag; + + /**閫氱敤琛ㄧず(0:闈為�氱敤,1:閫氱敤)*/ + private int currentFlag; + /**鏄惁鏈夋晥*/ + private Integer status; /** * [ @@ -166,11 +169,20 @@ this.fileTypeList = fileTypeList; } - public int getLockFlag() { - return lockFlag; + + public int getCurrentFlag() { + return currentFlag; } - public void setLockFlag(int lockFlag) { - this.lockFlag = lockFlag; + 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