Просмотр исходного кода

[招商]adjust

release_toaliyun_real
Burce 6 лет назад
Родитель
Сommit
7cdb11d5c7
3 измененных файлов: 2 добавлений и 7 удалений
  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 Просмотреть файл

@@ -26,11 +26,6 @@ public class InvestBaseEntity implements Serializable {
@io.swagger.annotations.ApiModelProperty(value = "主键ID", name = "id")
private Long id;

/**
* 客户编号
*/
@io.swagger.annotations.ApiModelProperty(value = "客户编号", name = "customerNo")
private String customerNo;
/**
* 租户ID
*/


+ 1
- 2
mallinkService/src/main/java/com/iformall/domain/po/invest/InvestCustomerEntity.java Просмотреть файл

@@ -30,9 +30,8 @@ import java.util.Date;
public class InvestCustomerEntity extends InvestBaseEntity {

/**
* 品牌ID
* 客户编号
*/
@LogColumn
@io.swagger.annotations.ApiModelProperty(value = "客户编号", name = "customerNo")
private String customerNo;



+ 1
- 0
mallinkService/src/main/resources/mapper/InvestCustomerMapper.xml Просмотреть файл

@@ -7,6 +7,7 @@
<resultMap type="com.iformall.domain.po.invest.InvestCustomerEntity" id="investCustomerMap">
<result property="id" column="id"/>
<result property="tenantId" column="tenant_id"/>
<result property="customerNo" column="customer_no"/>
<result property="name" column="name"/>
<result property="phone" column="phone"/>
<result property="businessId" column="business_id"/>


Загрузка…
Отмена
Сохранить