using Rhea.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tiger.Model;
using Tiger.Model.Minsun;
namespace Tiger.IBusiness
{
public interface IErpT100
{
///
/// 从T100获取二级供应商接口返回iDropdownlist列表
///
///
///
public List GetSecondarySupplyInfoToDDL(SupplierInputParameter input);
///
/// 根据领料单号拉单身
///
///
///
public T100ActionResult> GetMaterialReqDetail(ReqInputParameter input);
///
/// 从T100获取供应商接口
///
///
///
public T100ActionResult> GetVenderInfo(VenderInputParameter input);
public ApiAction GetVenderInfoToDDL(iVenderParams input);
}
}