菜单儿表儿不需要租户相关
This commit is contained in:
@@ -114,8 +114,8 @@ public class DeviceManagement implements Serializable {
|
||||
@TableField("sales_phone")
|
||||
private String salesPhone;
|
||||
|
||||
@Schema(description = "登录密码")
|
||||
@TableField("password")
|
||||
@Schema(description = "登录密码(不存储在数据库中)")
|
||||
@TableField(exist = false)
|
||||
private String password;
|
||||
|
||||
|
||||
|
||||
@@ -29,6 +29,10 @@ public class TodoItem implements Serializable {
|
||||
@TableId("id")
|
||||
private String id;
|
||||
|
||||
@Schema(description = "租户ID")
|
||||
@TableField("tenant_id")
|
||||
private String tenantId;
|
||||
|
||||
@Schema(description = "父ID,UUID,用于树状结构关联")
|
||||
@TableField("parent_id")
|
||||
private String parentId;
|
||||
|
||||
Reference in New Issue
Block a user