多租户代码框架
This commit is contained in:
@@ -30,6 +30,10 @@ public class User implements Serializable {
|
||||
@TableId("user_id")
|
||||
private Integer userId;
|
||||
|
||||
@Schema(description = "租户ID")
|
||||
@TableField("tenant_id")
|
||||
private String tenantId;
|
||||
|
||||
@Schema(description = "用户名称")
|
||||
@TableField("user_name")
|
||||
private String userName;
|
||||
|
||||
Reference in New Issue
Block a user