| | |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_DTO; |
| | | using WIDESEA_Model.Models; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | | namespace WIDESEA_IStoragIntegrationServices |
| | |
| | | /// <param name="stationNo">ç«å°è¯·æ±ç¹ä½</param> |
| | | /// <param name="palletCdoe">æ»æ©å·</param> |
| | | /// <returns></returns> |
| | | WebResponseContent issuedCharacter(string rfidPrint, string stationNo,string palletCdoe); |
| | | WebResponseContent issuedCharacter(string rfidPrint, string stationNo, string palletCdoe); |
| | | |
| | | /// <summary> |
| | | /// 车身ç»å®å·¥å ç-æ¶ãæ¶-æ»å·¥åç»å® |
| | |
| | | WebResponseContent pullLock(object jsondata); |
| | | |
| | | WebResponseContent syncOrderFeature(object json); |
| | | |
| | | WebResponseContent LockRequest(Dt_CarBodyInfo carBody, int operationType); |
| | | } |
| | | } |