BasicDictTreeResp新增workspace和type字段
This commit is contained in:
parent
f7fdf994a7
commit
3ecb5a6f5c
@ -18,6 +18,16 @@ public class BasicDictTreeResp {
|
||||
|
||||
private Long parentId;
|
||||
|
||||
/**
|
||||
* 工作台类型,"ent", "proj", "oms"
|
||||
*/
|
||||
private String workspaceType;
|
||||
|
||||
/**
|
||||
* 类型,"ouType", "terminal"
|
||||
*/
|
||||
private String type;
|
||||
|
||||
/**
|
||||
* 字典名称
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user