Преглед изворни кода

[PO][修改]:集团版预修改

release_toaliyun_real
Stormeye Wu пре 6 година
родитељ
комит
799cdcaa61
6 измењених фајлова са 2 додато и 8 уклоњено
  1. +0
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxCUserBasicInfo.java
  2. +0
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java
  3. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxTopic.java
  4. +0
    -2
      mallinkService/src/main/java/com/iformall/domain/po/WxUserVisit.java
  5. +0
    -2
      mallinkService/src/main/java/com/iformall/domain/po/WxWeappReleaseStatus.java
  6. +1
    -1
      mallinkService/src/main/java/com/iformall/utils/QRCodeUtils.java

+ 0
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxCUserBasicInfo.java Прегледај датотеку

@@ -26,7 +26,6 @@ public class WxCUserBasicInfo extends BaseTenantEntity {
@JsonIgnore @JsonIgnore
protected Date scoreDate; protected Date scoreDate;



@Excel(name="姓名",width = 20,orderNum = "1") @Excel(name="姓名",width = 20,orderNum = "1")
@NotNull @NotNull
@io.swagger.annotations.ApiModelProperty(value="用户姓名",name="name") @io.swagger.annotations.ApiModelProperty(value="用户姓名",name="name")


+ 0
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxCoupon.java Прегледај датотеку

@@ -24,7 +24,6 @@ public class WxCoupon extends TenantEntity {


protected Long id; protected Long id;



@TableField(exist = false) @TableField(exist = false)
protected List<Integer> types; protected List<Integer> types;




+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxTopic.java Прегледај датотеку

@@ -17,8 +17,8 @@ import java.util.List;
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
public class WxTopic extends TenantEntity { public class WxTopic extends TenantEntity {



protected Long id; protected Long id;

@io.swagger.annotations.ApiModelProperty(value="名称",name="name") @io.swagger.annotations.ApiModelProperty(value="名称",name="name")
private String name; private String name;
@io.swagger.annotations.ApiModelProperty(value="标题",name="title") @io.swagger.annotations.ApiModelProperty(value="标题",name="title")


+ 0
- 2
mallinkService/src/main/java/com/iformall/domain/po/WxUserVisit.java Прегледај датотеку

@@ -14,8 +14,6 @@ public class WxUserVisit extends BaseTenantEntity {


protected Long id; protected Long id;


@io.swagger.annotations.ApiModelProperty(value="租户ID",name="tenantId")
private String tenantId;
@io.swagger.annotations.ApiModelProperty(value="日期字符串",name="refDate") @io.swagger.annotations.ApiModelProperty(value="日期字符串",name="refDate")
private String refDate; private String refDate;
@io.swagger.annotations.ApiModelProperty(value="日期",name="dayDate") @io.swagger.annotations.ApiModelProperty(value="日期",name="dayDate")


+ 0
- 2
mallinkService/src/main/java/com/iformall/domain/po/WxWeappReleaseStatus.java Прегледај датотеку

@@ -15,8 +15,6 @@ public class WxWeappReleaseStatus extends BaseTenantEntity {


protected Long id; protected Long id;


@io.swagger.annotations.ApiModelProperty(value="租户ID",name="tenantId")
private String tenantId;
@io.swagger.annotations.ApiModelProperty(value="小程序ID",name="appId") @io.swagger.annotations.ApiModelProperty(value="小程序ID",name="appId")
private String appId; private String appId;
@io.swagger.annotations.ApiModelProperty(value="小程序类型(1-B端 2-C端)",name="type") @io.swagger.annotations.ApiModelProperty(value="小程序类型(1-B端 2-C端)",name="type")


+ 1
- 1
mallinkService/src/main/java/com/iformall/utils/QRCodeUtils.java Прегледај датотеку

@@ -12,7 +12,7 @@ import java.io.File;
*/ */
public class QRCodeUtils { public class QRCodeUtils {


public static String PAGE_URL = "pages/index/index";
public static String PAGE_URL = Constant.mainPageUrl;


public static final int QR_WIDTH = 430; public static final int QR_WIDTH = 430;
public static final int QR_HIGHT = 430; public static final int QR_HIGHT = 430;


Loading…
Откажи
Сачувај