支付条款类型修改
This commit is contained in:
@ -104,7 +104,7 @@ public class SettlementOfSubcontractingCompletion extends BaseEntity {
|
||||
/**
|
||||
* 支付条款
|
||||
*/
|
||||
private Long paymentTerms;
|
||||
private String paymentTerms;
|
||||
|
||||
/**
|
||||
* 本期应付金额
|
||||
|
||||
@ -114,7 +114,7 @@ public class SettlementOfSubcontractingCompletionBo extends BaseEntity {
|
||||
/**
|
||||
* 支付条款
|
||||
*/
|
||||
private Long paymentTerms;
|
||||
private String paymentTerms;
|
||||
|
||||
/**
|
||||
* 本期应付金额
|
||||
|
||||
@ -165,7 +165,7 @@ public class SettlementOfSubcontractingCompletionVo implements Serializable {
|
||||
* 支付条款
|
||||
*/
|
||||
@ExcelProperty(value = "支付条款")
|
||||
private Long paymentTerms;
|
||||
private String paymentTerms;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user