🐛 修复客商类型无法保存的问题

This commit is contained in:
2026-09-23 11:29:52 +08:00
parent f91fc19745
commit f09879d1dc
7 changed files with 61 additions and 7 deletions
@@ -58,6 +58,9 @@ public class CustomerArchive extends TenantEntity {
@Schema(description = "客商全称")
private String fullName;
@Schema(description = "客商类型:external外部客商,internal内部组织")
private String customerKind;
@Schema(description = "客商性质")
private String customerNature;
@@ -82,10 +82,6 @@ public class CustomerArchiveVO extends CustomerArchive {
@Schema(description = "是否保存变更记录(仅提交时为 true,保存时不记录)")
private Boolean recordChange;
@TableField(exist = false)
@Schema(description = "客商类型:external外部客商,internal内部组织")
private String customerKind;
@TableField(exist = false)
@Schema(description = "资金使用风险等级:high、medium、none")
private String fundUseRisk;