广州市综治平台前端
liuwh
3 days ago 07a9468ec9e069828b1e6527cffbb63b05296e24
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @Company: hugeInfo
 * @Author: ldh
 * @Date: 2022-03-04 15:15:19
 * @LastEditTime: 2022-03-27 22:10:51
 * @LastEditors: ldh
 * @Version: 1.0.0
 * @Description:
 */
import AddOrEditOrganization from './AddOrEditOrganization';
import DepartmentTable from './DepartmentTable';
import PersonnelModal from './PersonModal';
import AddOrEditDept from './AddOrEditDept';
 
export { AddOrEditOrganization, DepartmentTable, PersonnelModal, AddOrEditDept };