918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/87401a0c/944f02a0/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/87401a0c/944f02a0/App_Code.47dq259y.98.cs
?#pragma checksum "D:\wwwroot\cnhbclw\wwwroot\App_Code\Business\Purchase\I_Purchase.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F98148A2C8E02FC13C53DDD30F13DB1D"

#line 1 "D:\wwwroot\cnhbclw\wwwroot\App_Code\Business\Purchase\I_Purchase.cs"
using System;
using System.Data;

/// <summary>
/// IPurchase 的提要注明
/// </summary>
namespace Product
{
   public interface IPurchase
   {
       int Insert(TPurchase eui, out int intReturn);                   //增长求购信息
       int Update(TPurchase us);                    //批改求购信息
       int UpdateVerify(TPurchase eui);             //批改审核
       int UpdateRecommend(TPurchase eui);          //批改推荐
       int Delete(int ID);                          //凭据ID删除求购信息
       DataTable GetDataTable(string strWhere);     //凭据标题名称和会员名称得到所有求购信息
       DataTable GetDataTable(TPurchase us);        //凭据用ID和审核信息得到用户求购信息
       TPurchase GateItem(int ID);                  //凭据ID获得求购信息
   }
}


#line default
#line hidden