修改类目信息
This commit is contained in:
@@ -80,6 +80,7 @@ public class ShopDirectMerchant implements Serializable {
|
||||
|
||||
private String errorMsg;
|
||||
|
||||
private String wechatApplyId;
|
||||
/**
|
||||
* 微信状态
|
||||
*/
|
||||
@@ -94,6 +95,8 @@ public class ShopDirectMerchant implements Serializable {
|
||||
*/
|
||||
private String wechatSignUrl;
|
||||
|
||||
private String alipayOrderId;
|
||||
|
||||
/**
|
||||
* 支付宝状态
|
||||
*/
|
||||
|
||||
@@ -37,6 +37,10 @@ public class SysCategoryInfo implements Serializable {
|
||||
@Id(keyType = KeyType.Auto)
|
||||
private BigInteger id;
|
||||
|
||||
/**
|
||||
* 一级类目code
|
||||
*/
|
||||
private String firstCategoryCode;
|
||||
/**
|
||||
* 一级类目
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user