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