From 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期二, 19 八月 2025 16:37:24 +0800 Subject: [PATCH] 更新 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Check/Dt_CheckResultService.cs | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Check/Dt_CheckResultService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Check/Dt_CheckResultService.cs" index f30e269..f5f7b15 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Check/Dt_CheckResultService.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_StorageBasicServices/Check/Dt_CheckResultService.cs" @@ -5,20 +5,35 @@ 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(); -- Gitblit v1.9.3