mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
feat(extension/crud): 支持树结构全局配置
This commit is contained in:
@@ -119,6 +119,11 @@ public class PropertiesConstants {
|
||||
*/
|
||||
public static final String MESSAGING_WEBSOCKET = MESSAGING + StringConstants.DOT + "websocket";
|
||||
|
||||
/**
|
||||
* CRUD 配置
|
||||
*/
|
||||
public static final String CRUD = CONTINEW_STARTER + StringConstants.DOT + "crud";
|
||||
|
||||
/**
|
||||
* 数据权限配置
|
||||
*/
|
||||
|
Reference in New Issue
Block a user