TASK:workspace;

This commit is contained in:
shahaibo
2024-05-27 15:05:46 +08:00
parent 8b274b2822
commit 4ba5f63a62
6 changed files with 121 additions and 14 deletions

View File

@@ -27,7 +27,8 @@ public enum LibraryLevel1TypeEnum {
/**
* 模特
*/
MODELS("Models");
MODELS("Models"),
DESIGN_ELEMENTS("DesignElements");
private String realName;