邱宇豪
2023-11-10 5c36c8aa86e25c5e9898f4e821f62e5ff83a37da
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * api 接口统一输出
 */
 
import system from './module/system'; // 用户模块 接口
import reboSystem from './module/robeSystem'; // 管服人员模块
import labourSystem from './module/labourSystem'; // 劳务人员模块
 
export default {
    system,
    reboSystem,
    labourSystem
};