| | |
| | | using WIDESEA_Core.Const; |
| | | using WIDESEA_Core.Helper; |
| | | using WIDESEA_DTO; |
| | | using WIDESEA_Model.Models; |
| | | using WIDESEA_RecordService; |
| | | using WIDESEA_StorageBasicRepository; |
| | | |
| | | namespace WIDESEA_StoragIntegrationServices |
| | |
| | | pass_time = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss") |
| | | }; |
| | | |
| | | //璁板綍璇锋眰MES杩囩偣淇℃伅 |
| | | _passPointRecordService.AddPassPointRecord(passPoint, json); |
| | | |
| | | var MESrespon = HttpHelper.PostAsync(wmsIpAddress, passPoint.ToJson(), contentType, headers).Result; |
| | | |
| | | MesResponse responseContent = JsonConvert.DeserializeObject<MesResponse>(MESrespon.ToString()); |