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

This commit was merged in pull request #69.
This commit is contained in:
qtz
2023-10-12 13:39:34 +08:00
committed by Gitea
@@ -23,6 +23,16 @@ public class SealSignRecord extends BaseEntity {
private String orgnizeNamePsnAccount;
/** 机构经办人名称 */
private String orgnizeNamepsnName;
/** 流程状态 */
private Integer signFlowStatus;
public Integer getSignFlowStatus() {
return signFlowStatus;
}
public void setSignFlowStatus(Integer signFlowStatus) {
this.signFlowStatus = signFlowStatus;
}
public String getFileid() {
return fileid;