Commit 6f9126b4 by kangxiaoshan

加字段

parent 6b7bff14
...@@ -69,6 +69,8 @@ public class Contract { ...@@ -69,6 +69,8 @@ public class Contract {
private String relationCode;// 关联合同编号 private String relationCode;// 关联合同编号
private String hasDiscount;// 是否有优惠 private String hasDiscount;// 是否有优惠
private String typeId;// 合同类型 (保密协议、框架合同、结算单)
private String erroMessage; private String erroMessage;
...@@ -422,7 +424,15 @@ public class Contract { ...@@ -422,7 +424,15 @@ public class Contract {
this.relationContract = relationContract; this.relationContract = relationContract;
} }
// public String getCreaterName() { public String getTypeId() {
return typeId;
}
public void setTypeId(String typeId) {
this.typeId = typeId;
}
// public String getCreaterName() {
// return createrName; // return createrName;
// } // }
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment