BaoKai_202508-Wms-Jingwang..../WMS.IData/ISC/ICUX_WMS_PO_HEADES_ITF.cs

28 lines
763 B
C#
Raw Permalink Normal View History

2025-08-24 09:35:55 +08:00
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);
}
}