多店铺需求

This commit is contained in:
Tankaikai
2025-04-07 17:13:18 +08:00
parent 4c99688c59
commit 91ec453948
2 changed files with 11 additions and 3 deletions

View File

@@ -295,5 +295,10 @@ public class ShopInfo implements Serializable {
*/
@Column(ignore = true)
private Integer isAccountPay;
/**
* 主店名称
*/
@Column(ignore = true)
private String headShopName;
}