3 lines
148 B
JavaScript
3 lines
148 B
JavaScript
|
|
// 工作站
|
||
|
|
import {post, get} from '../http'
|
||
|
|
export const selectWorkScheduleListApi = data => post('xmgl/workerInfo/selectWorkerInfoList', data);
|