feat(extension/crud): 支持树结构全局配置

This commit is contained in:
2024-10-13 21:23:31 +08:00
parent 679cae1760
commit 5891c4aa61
13 changed files with 345 additions and 137 deletions

View File

@@ -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";
/**
* 数据权限配置
*/