🐛 修复客商类型无法保存的问题
This commit is contained in:
+3
@@ -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;
|
||||
|
||||
|
||||
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user