| | |
| | | using Masuit.Tools; |
| | | using Masuit.Tools; |
| | | using MES.Service.DB; |
| | | using MES.Service.Dto.webApi; |
| | | using MES.Service.Modes; |
| | |
| | | LossPercent = item.FLOSSPERCENT, |
| | | MnemonicCode = item.FMnemonicCode, |
| | | ExpPeriod = item.FExpPeriod, |
| | | ProductionCapacity = string.IsNullOrEmpty(item.FProductionCapacity) ? null : decimal.Parse(item.FProductionCapacity), |
| | | DrawingNumber = item.FDrawingNumber, |
| | | PackagingQuantity = string.IsNullOrEmpty(item.FPackagingQuantity) ? null : decimal.Parse(item.FPackagingQuantity), |
| | | LastupdateDate = DateTime.Now, |
| | | CreateDate = DateTime.Now, |
| | | Company = "1000", |