update 优化 岗位如果绑定了用户则不允许禁用

This commit is contained in:
疯狂的狮子Li
2023-08-07 18:01:22 +08:00
parent afdc4b103d
commit ae0d4dd6e5
3 changed files with 18 additions and 2 deletions

View File

@ -52,6 +52,16 @@ public interface UserConstants {
*/
String DEPT_DISABLE = "1";
/**
* 岗位正常状态
*/
String POST_NORMAL = "0";
/**
* 岗位停用状态
*/
String POST_DISABLE = "1";
/**
* 字典正常状态
*/