| | |
| | | 锘縰sing System; |
| | | using System.Collections.Generic; |
| | | using System.DirectoryServices.Protocols; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using StackExchange.Profiling.Internal; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_IBasicRepository; |
| | | using WIDESEA_IBasicService; |
| | | using WIDESEA_Model.Models; |
| | | using static WIDESEA_BasicService.MaterielInfoService; |
| | | |
| | | namespace WIDESEA_BasicService |
| | | { |
| | |
| | | { |
| | | return BaseDal.QueryData(x => materielCodes.Contains(x.MaterielCode)); |
| | | } |
| | | |
| | | public WebResponseContent GetMaterialTypes(SearchRequest request) |
| | | { |
| | | List<Dt_MaterielInfo> materielInfo = BaseDal.QueryData(x => x.Number.Contains("1")).ToList(); |
| | | return WebResponseContent.Instance.OK(data: materielInfo); |
| | | } |
| | | |
| | | } |
| | | } |