TASK:workspace、design模块代码;
This commit is contained in:
@@ -15,7 +15,8 @@ public enum DesignTypeEnum {
|
||||
/**
|
||||
* Library
|
||||
*/
|
||||
LIBRARY("Library");
|
||||
LIBRARY("Library"),
|
||||
GENERATE("Generate");
|
||||
|
||||
private String realName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user