| | |
| | | using Castle.Core.Resource; |
| | | using MES.Service.DB; |
| | | using MES.Service.DB; |
| | | using MES.Service.Dto.webApi; |
| | | using MES.Service.Modes; |
| | | |
| | |
| | | return new MesItemType |
| | | { |
| | | Id = Convert.ToDecimal(department.Id), |
| | | Pgroup = department.FParentGroup, |
| | | Pgroup = department.FParentId, |
| | | Tcode = department.FNumber, |
| | | Tname = department.FName, |
| | | Description = department.FDescription, |
| | | FSubsidiary = department.FSubsidiary, |
| | | Fumbrella = department.Fumbrella, |
| | | CreateDate = DateTime.Now, |
| | | LastupdateDate = DateTime.Now, |
| | | Company = "1000", |
| | | Factory = "1000" |
| | | }; |