DepartmentRepo<D> typedef

DepartmentRepo<D> = Future<List<D>?> Function(D? parent)

部门列表数据仓库

Implementation

typedef DepartmentRepo<D> = Future<List<D>?> Function(D? parent);