修改类目信息

This commit is contained in:
2026-01-08 16:21:07 +08:00
parent d321393e12
commit 3ad73263c5
6 changed files with 33 additions and 0 deletions

View File

@@ -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;
/**
* 支付宝状态
*/

View File

@@ -37,6 +37,10 @@ public class SysCategoryInfo implements Serializable {
@Id(keyType = KeyType.Auto)
private BigInteger id;
/**
* 一级类目code
*/
private String firstCategoryCode;
/**
* 一级类目
*/