shopUser 接口
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user