7-29 修改岗位新增时传入的状态逻辑,与数据库保持一致

This commit is contained in:
郝彬 2025-07-30 09:48:38 +08:00
parent 849754b6c6
commit 7dbadc7378
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public class PostReq implements Serializable {
@ApiModelProperty("显示顺序")
private Integer postSort;
@ApiModelProperty("状态0正常 1停用)")
@ApiModelProperty("状态0停用 1正常")
private Integer status;
@ApiModelProperty("备注")