权限管理,功能优化

This commit is contained in:
马三炮 2025-09-18 14:15:12 +08:00
parent 72ba8492d1
commit 4e9040915a
1 changed files with 5 additions and 0 deletions

View File

@ -191,4 +191,9 @@ public class Constants
*/ */
public static final String FILE_UPLOAD_ATT_RECORD_PHOTO = "bm_att_record"; public static final String FILE_UPLOAD_ATT_RECORD_PHOTO = "bm_att_record";
/**
* 人员记录表照片
*/
public static final String BM_WORKER_BLACK = "bm_worker_black";
} }