| | |
| | | using System.Collections.Generic; |
| | | using System.Drawing.Printing; |
| | | using System.Linq.Expressions; |
| | | using WIDESEA.Common; |
| | | using WIDESEA_Common; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_StorageBasicRepository; |
| | | using WIDESEAWCS_BasicInfoRepository; |
| | | using WIDESEA_IStoragIntegrationServices; |
| | | using WIDESEA.Common; |
| | | using WIDESEA_Common.ZY; |
| | | using Autofac.Core; |
| | | using NetTaste; |
| | | using AngleSharp.Io; |
| | | using WIDESEA_IStorageBasicRepository; |
| | | |
| | | namespace WIDESEA_StorageBasicService; |
| | | |
| | | public class Dt_CheckResultService : ServiceBase<Dt_CheckResult, IDt_CheckResultRepository>, IDt_CheckResultService |
| | | { |
| | | |
| | | public Dt_CheckResultService(IDt_CheckResultRepository BaseDal) : base(BaseDal) |
| | | { |
| | | |
| | | } |
| | | |
| | | public static string ZY_CheckResultInterface = "http://172.21.1.117/barcode/Webservice/WebService_ZY/Service_EQP.asmx"; |
| | | |
| | | public override PageGridData<Dt_CheckResult> GetPageData(PageDataOptions options) |
| | | { |
| | | return base.GetPageData(options); |
| | | } |
| | | |
| | | public WebResponseContent HandUploadData(int id) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |