1、修复基础配置
2、修复业务模块
This commit is contained in:
+7
@@ -112,6 +112,13 @@ public class ContractManage extends TenantEntity {
|
||||
@TableField(insertStrategy = FieldStrategy.ALWAYS, updateStrategy = FieldStrategy.ALWAYS)
|
||||
private Integer copyCount;
|
||||
|
||||
@Schema(description = "结算币种")
|
||||
private String settlementCurrency;
|
||||
|
||||
@Schema(description = "开票周期(天)")
|
||||
@TableField(insertStrategy = FieldStrategy.ALWAYS, updateStrategy = FieldStrategy.ALWAYS)
|
||||
private Integer invoiceCycle;
|
||||
|
||||
@Schema(description = "回款账期(天)")
|
||||
@TableField(insertStrategy = FieldStrategy.ALWAYS, updateStrategy = FieldStrategy.ALWAYS)
|
||||
private Integer paymentDays;
|
||||
|
||||
+5
@@ -59,6 +59,11 @@ public class TransportPlanVO extends TransportPlan {
|
||||
@TableField(exist = false)
|
||||
@Schema(description = "更新人姓名")
|
||||
private String updateUserName;
|
||||
|
||||
@TableField(exist = false)
|
||||
@Schema(description = "合同编号")
|
||||
private String contractNo;
|
||||
|
||||
@TableField(exist = false)
|
||||
@Schema(description = "业务状态名称")
|
||||
private String businessStatusName;
|
||||
|
||||
Reference in New Issue
Block a user