优化代码

This commit is contained in:
RuoYi
2025-04-16 11:55:29 +08:00
parent ea9976575a
commit 4b9e52e1ae
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代表删除 */