ソースを参照

Merge branch 'qtz3' of SH-Arbitrate/Arbitrate-Backend into dev

qtz 2 年 前
コミット
bb642be13b
共有1 個のファイルを変更した10 個の追加0 個の削除を含む
  1. 10
    0
      ruoyi-common/src/main/java/com/ruoyi/common/utils/bean/SealSignRecord.java

+ 10
- 0
ruoyi-common/src/main/java/com/ruoyi/common/utils/bean/SealSignRecord.java ファイルの表示

@@ -23,6 +23,16 @@ public class SealSignRecord extends BaseEntity {
23 23
     private String orgnizeNamePsnAccount;
24 24
     /** 机构经办人名称 */
25 25
     private String orgnizeNamepsnName;
26
+    /** 流程状态 */
27
+    private Integer signFlowStatus;
28
+
29
+    public Integer getSignFlowStatus() {
30
+        return signFlowStatus;
31
+    }
32
+
33
+    public void setSignFlowStatus(Integer signFlowStatus) {
34
+        this.signFlowStatus = signFlowStatus;
35
+    }
26 36
 
27 37
     public String getFileid() {
28 38
         return fileid;