1.0.60 合同添加签订地点、 合同物料备注字段

dev
yinq 4 days ago
parent 9e2a65e1bf
commit 7a1d4f5bbe

@ -177,6 +177,16 @@ public class ErpContractInfo extends TenantEntity {
*/
private String remark;
/**
*
*/
private String signingPlace;
/**
*
*/
private String materialRemark;
/**
* 1 0
*/

@ -179,6 +179,16 @@ public class ErpContractInfoBo extends BaseEntity {
*/
private String remark;
/**
*
*/
private String signingPlace;
/**
*
*/
private String materialRemark;
/**
* 1 0
*/

@ -218,6 +218,18 @@ public class ErpContractInfoVo implements Serializable {
@ExcelProperty(value = "备注")
private String remark;
/**
*
*/
@ExcelProperty(value = "签订地点")
private String signingPlace;
/**
*
*/
@ExcelProperty(value = "合同物料备注")
private String materialRemark;
/**
* 1 0
*/

@ -38,6 +38,8 @@
t.warranty_period,
t.tax_rate,
t.remark,
t.signing_place,
t.material_remark,
t.active_flag,
t.contract_manager_id,
t.capitalized_amount,

Loading…
Cancel
Save