修改签名功能
This commit is contained in:
@@ -23,6 +23,16 @@ public class SealSignRecord extends BaseEntity {
|
|||||||
private String orgnizeNamePsnAccount;
|
private String orgnizeNamePsnAccount;
|
||||||
/** 机构经办人名称 */
|
/** 机构经办人名称 */
|
||||||
private String orgnizeNamepsnName;
|
private String orgnizeNamepsnName;
|
||||||
|
/** 流程状态 */
|
||||||
|
private Integer signFlowStatus;
|
||||||
|
|
||||||
|
public Integer getSignFlowStatus() {
|
||||||
|
return signFlowStatus;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setSignFlowStatus(Integer signFlowStatus) {
|
||||||
|
this.signFlowStatus = signFlowStatus;
|
||||||
|
}
|
||||||
|
|
||||||
public String getFileid() {
|
public String getFileid() {
|
||||||
return fileid;
|
return fileid;
|
||||||
|
|||||||
Reference in New Issue
Block a user