using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using WMS.Model.SC; namespace WMS.IData.ISC { public interface ICUX_WMS_PO_HEADES_ITF { DataTable GetCUX_WMS_PO_HEADES_ITF(string startTime, string endTime); DataTable GetRKctl(string purchase_id); DataTable GetCUX_WMS_PO_LINES_ITF(Mod_CUX_WMS_PO_LINES_ITF model); DataTable GetCUX_WMS_PO_RETURN_ITF(Mod_CUX_WMS_PO_RETURN_ITF model, string startTime, string endTime); DataTable Get_cux_wms_subinventory_itf_zh(); DataTable GetCUX_WMS_ASN_HEADES_ITF_ZH(string startTime, string endTime); DataTable Getcux_wms_asn_lines_itf_zh(int asn_header_id); } }