refactor(tenant): 优化租户管理表字段设计

This commit is contained in:
2025-07-27 14:11:58 +08:00
parent f350ee1567
commit 819be0688d
9 changed files with 76 additions and 56 deletions

View File

@@ -46,12 +46,12 @@ public class TenantDTO implements Serializable {
/**
* 管理员用户名
*/
private String username;
private String adminUsername;
/**
* 管理员密码
*/
private String password;
private String adminPassword;
/**
* 套餐 ID