shopUser 接口

This commit is contained in:
2025-10-27 10:38:24 +08:00
parent 57ef7f91a1
commit f77d8c216e
2 changed files with 1 additions and 5 deletions

View File

@@ -140,10 +140,6 @@ public class ShopUser implements Serializable {
@Column(onInsertValue = "now()", onUpdateValue = "now()")
private LocalDateTime updateTime;
/**
* 已经合并过来的用户信息jsonArray格式,[{"id":1,"shopId":2,...},{"id":1,"shopId":2,...}]
*/
private String mergedUsers;
private Long memberLevelId;