BasicDictTreeResp新增workspace和type字段

This commit is contained in:
chenwenjian 2023-09-15 09:59:34 +08:00
parent f7fdf994a7
commit 3ecb5a6f5c

View File

@ -18,6 +18,16 @@ public class BasicDictTreeResp {
private Long parentId;
/**
* 工作台类型"ent", "proj", "oms"
*/
private String workspaceType;
/**
* 类型"ouType", "terminal"
*/
private String type;
/**
* 字典名称
*/