Browse Source

[招商]adjust

release_toaliyun_real
Burce 6 years ago
parent
commit
7cdb11d5c7
3 changed files with 2 additions and 7 deletions
  1. +0
    -5
      mallinkService/src/main/java/com/iformall/domain/po/invest/InvestBaseEntity.java
  2. +1
    -2
      mallinkService/src/main/java/com/iformall/domain/po/invest/InvestCustomerEntity.java
  3. +1
    -0
      mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml

+ 0
- 5
mallinkService/src/main/java/com/iformall/domain/po/invest/InvestBaseEntity.java View File

@@ -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
*/ */


+ 1
- 2
mallinkService/src/main/java/com/iformall/domain/po/invest/InvestCustomerEntity.java View File

@@ -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;




+ 1
- 0
mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml View File

@@ -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"/>


Loading…
Cancel
Save