Przeglądaj źródła

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

qtz 2 lat temu
rodzic
commit
bb642be13b

+ 10
- 0
ruoyi-common/src/main/java/com/ruoyi/common/utils/bean/SealSignRecord.java Wyświetl plik

23
     private String orgnizeNamePsnAccount;
23
     private String orgnizeNamePsnAccount;
24
     /** 机构经办人名称 */
24
     /** 机构经办人名称 */
25
     private String orgnizeNamepsnName;
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
     public String getFileid() {
37
     public String getFileid() {
28
         return fileid;
38
         return fileid;