update status name

This commit is contained in:
RuoYi
2025-04-17 15:24:08 +08:00
parent 0188c81853
commit 3d09ea31fc
2 changed files with 3 additions and 3 deletions

View File

@@ -55,8 +55,8 @@ public class SysUser extends BaseEntity
/** 密码 */
private String password;
/** 号状态0正常 1停用 */
@Excel(name = "号状态", readConverterExp = "0=正常,1=停用")
/** 号状态0正常 1停用 */
@Excel(name = "号状态", readConverterExp = "0=正常,1=停用")
private String status;
/** 删除标志0代表存在 2代表删除 */