|
@@ -10,7 +10,8 @@ public class ContractRecord {
|
|
|
private String upload_department; //上传部门
|
|
|
private String upload_person; //上传人
|
|
|
private String modify_opinion; //修改意见
|
|
|
- private String unconfirm_department;//未确认部门(初始状态肯定是三个部门--->省分行业务部门&管理人&省分行法律部门)
|
|
|
+ private String unconfirm_department;//待确认部门(初始状态肯定是三个部门--->省分行业务部门&管理人&省分行法律部门)
|
|
|
+ private Integer statusId; //
|
|
|
private Long commit_time; //更新时间,提交时间
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
@@ -78,5 +79,10 @@ public class ContractRecord {
|
|
|
public void setCommit_time(Long commit_time) {
|
|
|
this.commit_time = commit_time;
|
|
|
}
|
|
|
-
|
|
|
+ public Integer getStatusId() {
|
|
|
+ return statusId;
|
|
|
+ }
|
|
|
+ public void setStatusId(Integer statusId) {
|
|
|
+ this.statusId = statusId;
|
|
|
+ }
|
|
|
}
|