mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-20 07:01:31 +08:00
refactor(tenant): 优化租户管理表字段设计
This commit is contained in:
@@ -46,12 +46,12 @@ public class TenantDTO implements Serializable {
|
||||
/**
|
||||
* 管理员用户名
|
||||
*/
|
||||
private String username;
|
||||
private String adminUsername;
|
||||
|
||||
/**
|
||||
* 管理员密码
|
||||
*/
|
||||
private String password;
|
||||
private String adminPassword;
|
||||
|
||||
/**
|
||||
* 套餐 ID
|
||||
|
Reference in New Issue
Block a user