huanghongfeng
3 天以前 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae
项目代码/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();