| @@ -26,11 +26,6 @@ public class InvestBaseEntity implements Serializable { | |||||
| @io.swagger.annotations.ApiModelProperty(value = "主键ID", name = "id") | @io.swagger.annotations.ApiModelProperty(value = "主键ID", name = "id") | ||||
| private Long id; | private Long id; | ||||
| /** | |||||
| * 客户编号 | |||||
| */ | |||||
| @io.swagger.annotations.ApiModelProperty(value = "客户编号", name = "customerNo") | |||||
| private String customerNo; | |||||
| /** | /** | ||||
| * 租户ID | * 租户ID | ||||
| */ | */ | ||||
| @@ -30,9 +30,8 @@ import java.util.Date; | |||||
| public class InvestCustomerEntity extends InvestBaseEntity { | public class InvestCustomerEntity extends InvestBaseEntity { | ||||
| /** | /** | ||||
| * 品牌ID | |||||
| * 客户编号 | |||||
| */ | */ | ||||
| @LogColumn | |||||
| @io.swagger.annotations.ApiModelProperty(value = "客户编号", name = "customerNo") | @io.swagger.annotations.ApiModelProperty(value = "客户编号", name = "customerNo") | ||||
| private String customerNo; | private String customerNo; | ||||
| @@ -7,6 +7,7 @@ | |||||
| <resultMap type="com.iformall.domain.po.invest.InvestCustomerEntity" id="investCustomerMap"> | <resultMap type="com.iformall.domain.po.invest.InvestCustomerEntity" id="investCustomerMap"> | ||||
| <result property="id" column="id"/> | <result property="id" column="id"/> | ||||
| <result property="tenantId" column="tenant_id"/> | <result property="tenantId" column="tenant_id"/> | ||||
| <result property="customerNo" column="customer_no"/> | |||||
| <result property="name" column="name"/> | <result property="name" column="name"/> | ||||
| <result property="phone" column="phone"/> | <result property="phone" column="phone"/> | ||||
| <result property="businessId" column="business_id"/> | <result property="businessId" column="business_id"/> | ||||