优化代码

This commit is contained in:
RuoYi
2025-04-16 12:04:24 +08:00
parent d42697cb94
commit bfaaece977
7 changed files with 10 additions and 10 deletions

View File

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