Web/src/api/wcs/wcsDevice.ts
@@ -21,6 +21,7 @@ WriteInfo = '/api/wcsDevice/WriteInfo', WriteTaskInfo = '/api/wcsDevice/WriteTaskInfo', WriteStartStop = '/api/wcsDevice/WriteStartStop', GetCarDL = '/api/wcsPLC/GetCarDL', } // 增加设备信息 export const WriteLocationInfo = (params?: any) => @@ -58,6 +59,14 @@ data: params, }); export const GetCarDL = () => request({ url: Api.GetCarDL, method: 'get', data: {}, }); // 增加设备信息 export const addWcsDevice = (params?: any) => request({