修改字段注释

This commit is contained in:
sh
2026-06-29 23:17:25 +08:00
parent 2af842afdf
commit 4cdd1567ab

View File

@@ -124,7 +124,7 @@ public class AppUserShow extends BaseEntity
private String hireSource;
@TableField(exist = false)
@ApiModelProperty("录用状态0 2或null未录用")
@ApiModelProperty("是否录用 0录用;null未录用;2拒绝录用")
private String hire;
@TableField(exist = false)