1.0.73 合同加字段质保期描述、交货地点、运输方式

dev
yinq 2 days ago
parent cd8f8687a8
commit 599542cc21

@ -172,6 +172,21 @@ public class ErpContractInfo extends TenantEntity {
*/
private Long warrantyPeriod;
/**
*
*/
private String warrantyPeriodDescription;
/**
*
*/
private String deliveryLocation;
/**
*
*/
private String shipMethod;
/**
* ()
*/

@ -175,6 +175,21 @@ public class ErpContractInfoBo extends BaseEntity {
*/
private Long warrantyPeriod;
/**
*
*/
private String warrantyPeriodDescription;
/**
*
*/
private String deliveryLocation;
/**
*
*/
private String shipMethod;
/**
* ()
*/

@ -220,6 +220,24 @@ public class ErpContractInfoVo implements Serializable {
@ExcelDictFormat(readConverterExp = "天=")
private Long warrantyPeriod;
/**
*
*/
@ExcelProperty(value = "质保期描述")
private String warrantyPeriodDescription;
/**
*
*/
@ExcelProperty(value = "交货地点")
private String deliveryLocation;
/**
*
*/
@ExcelProperty(value = "运输方式")
private String shipMethod;
/**
* ()
*/

@ -37,6 +37,9 @@
t.order_contract_code,
t.project_contract_code,
t.warranty_period,
t.warranty_period_description,
t.delivery_location,
t.ship_method,
t.tax_rate,
t.remark,
t.signing_place,

Loading…
Cancel
Save