Merge pull request #11584 from dataease/pr@dev-v2@feat_relation

feat(组织管理中心): 新增血缘关系分析
This commit is contained in:
Junjun 2024-08-15 16:09:22 +08:00 committed by GitHub
commit ee48b0236d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,4 +28,6 @@ public class RelationListDTO implements Serializable {
private String dvName;
private String dvCreator;
private Long dvUpdateTime;
private String type;
}