feat(组织管理中心): 新增血缘关系分析

This commit is contained in:
junjun 2024-08-15 16:08:00 +08:00
parent 2f60ecb4e8
commit 3f2342a06d

View File

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