|
@@ -174,4 +174,22 @@ public class ShopUpdateDto implements Serializable {
|
|
*/
|
|
*/
|
|
@ApiModelProperty("税务登记证")
|
|
@ApiModelProperty("税务登记证")
|
|
private String taxLicense;
|
|
private String taxLicense;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 公司网址
|
|
|
|
+ */
|
|
|
|
+ @ApiModelProperty("公司网址")
|
|
|
|
+ private String website;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 微信小程序
|
|
|
|
+ */
|
|
|
|
+ @ApiModelProperty("微信小程序")
|
|
|
|
+ private String wxApplets;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 微信公众号
|
|
|
|
+ */
|
|
|
|
+ @ApiModelProperty("微信公众号")
|
|
|
|
+ private String wxOfficialAccount;
|
|
}
|
|
}
|