@ -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 {
@ -220,6 +220,24 @@ public class ErpContractInfoVo implements Serializable {
@ExcelDictFormat(readConverterExp = "天=")
@ExcelProperty(value = "质保期描述")
@ExcelProperty(value = "交货地点")
@ExcelProperty(value = "运输方式")
@ -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,