多店铺需求

This commit is contained in:
Tankaikai
2025-04-09 15:32:25 +08:00
parent 3a5f65e8ec
commit ca8d49bac7
3 changed files with 32 additions and 74 deletions

View File

@@ -125,17 +125,8 @@ public class ShopUser implements Serializable {
@Column(onInsertValue = "now()", onUpdateValue = "now()")
private LocalDateTime updateTime;
/**
* 是否已经合并数据到主店 1-是 0-否 默认0
*/
private Integer isMergedToHead;
/**
* 已经合并过来的用户信息jsonArray格式,[{"id":1,"shopId":2,...},{"id":1,"shopId":2,...}]
*/
private String mergedUsers;
/**
* 适用门店id集合逗号分隔例如0,1,2,3,...查询的时候 all_shop_ids like '%,1,%';
*/
private String allShopIds;
}