修改禅道bug

This commit is contained in:
2025-08-14 10:51:23 +08:00
parent 6985cf39aa
commit c87006e721
14 changed files with 757 additions and 765 deletions

View File

@ -58,4 +58,8 @@ public interface UserConstant {
*/
String STAFF_ROLE = "staff";
/**
* 申请通知
*/
String APPLY_NOTICE_KEY = "applyNotice";
}