1、修复基础配置

2、修复业务模块
This commit is contained in:
2026-09-03 03:30:57 +08:00
parent 25fee0656d
commit 88b04b7dac
37 changed files with 615 additions and 103 deletions
@@ -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;
@@ -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;