7-29 修改岗位新增时传入的状态逻辑,与数据库保持一致
This commit is contained in:
parent
849754b6c6
commit
7dbadc7378
|
@ -29,7 +29,7 @@ public class PostReq implements Serializable {
|
|||
@ApiModelProperty("显示顺序")
|
||||
private Integer postSort;
|
||||
|
||||
@ApiModelProperty("状态(0正常 1停用)")
|
||||
@ApiModelProperty("状态(0停用 1正常)")
|
||||
private Integer status;
|
||||
|
||||
@ApiModelProperty("备注")
|
||||
|
|
Loading…
Reference in New Issue