0
0

帐号状态(0正常 1停用)status

This commit is contained in:
2025-07-23 09:52:28 +08:00
parent 33e53de5a1
commit d84a7cde3b
2 changed files with 14 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class Customer extends TenantEntity {
/**
* 帐号状态0正常 1停用
*/
private String status;
private String status = "0";
/**
* 删除标志0代表存在 1代表删除