platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/entity/BusinessCustomer.java
@@ -9,7 +9,7 @@
import org.hibernate.annotations.Comment;
/**
 * @author wjli
 * @author
 * @description
 * @date 2026/4/29 10:51
 **/
@@ -73,6 +73,10 @@
   // 煤炭、有色、黑色、电力、其它、氧化铝、化工、水泥、船运
   @Schema(description = "注册名称")
    @Column(columnDefinition = "VARCHAR(128) comment '注册名称'")
    private String registerName;
    @Schema(description = "开户银行")
    @Column(columnDefinition = "VARCHAR(20) comment '开户银行'")
    private String bankName;
@@ -117,4 +121,13 @@
    @Column(columnDefinition = "bigint comment '市场类型'")
    private Long className;
    @Schema(description = "出口服务属性")
    @Column(columnDefinition = "bigint comment '出口服务属性'")
    private Long exportServiceAttr;
    @Schema(description = "销售模式")
    @Column(columnDefinition = "bigint comment '销售模式'")
    private Long salesModel;
}