|
|
|
@@ -87,6 +87,12 @@ public class WxMall implements Serializable { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="公众平台二维码",name="imgQrcodeWemp") |
|
|
|
private String imgQrcodeWemp; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="分享标题",name="weappShareTitle") |
|
|
|
private String weappShareTitle; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="分享封面图片",name="weappShareCoverImg") |
|
|
|
private String weappShareCoverImg; |
|
|
|
|
|
|
|
@io.swagger.annotations.ApiModelProperty(value="小程序提示",name="weapNote") |
|
|
|
private String weapNote; |
|
|
|
|
|
|
|
@@ -226,7 +232,23 @@ public class WxMall implements Serializable { |
|
|
|
this.imgQrcodeWemp = imgQrcodeWemp; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field |
|
|
|
public String getWeappShareTitle() { |
|
|
|
return weappShareTitle; |
|
|
|
} |
|
|
|
|
|
|
|
public void setWeappShareTitle(String weappShareTitle) { |
|
|
|
this.weappShareTitle = weappShareTitle; |
|
|
|
} |
|
|
|
|
|
|
|
public String getWeappShareCoverImg() { |
|
|
|
return weappShareCoverImg; |
|
|
|
} |
|
|
|
|
|
|
|
public void setWeappShareCoverImg(String weappShareCoverImg) { |
|
|
|
this.weappShareCoverImg = weappShareCoverImg; |
|
|
|
} |
|
|
|
|
|
|
|
public static enum Field |
|
|
|
{ |
|
|
|
Id_ASC("`id` ASC"),Id_DESC("`id` DESC") |
|
|
|
,TenantId_ASC("`tenant_id` ASC"),TenantId_DESC("`tenant_id` DESC") |
|
|
|
|