using System;
|
|
namespace Model
|
{
|
public class Purchase
|
{
|
public string PurchaseNo { set; get; }
|
public string ItemNo { set; get; }
|
public string ItemName { set; get; }
|
public string CreateUser { set; get; }
|
public DateTime CreateTime { set; get; }
|
public string AuditFlag { set; get; }
|
public string AuditUser { set; get; }
|
public DateTime AuditTime { set; get; }
|
public DateTime FinishTime { set; get; }
|
public string Demo { set; get; }
|
public string Demo1 { set; get; }
|
public string Demo2{ set; get; }
|
public string guid { set; get; }
|
}
|
|
|
|
|
public class AjaxPurchaseList : Purchase
|
{
|
public DateTime BeCreateTime { get; set; }
|
public DateTime EnCreateTime { get; set; }
|
public DateTime BeFinishTime { get; set; }
|
public DateTime EnFinishTime { get; set; }
|
|
public int pageIndex { get; set; }
|
public int pageSize { get; set; }
|
}
|
|
public class PurchaseMat:Purchase
|
{
|
public string MatNo { get; set; }
|
public string MatName { get; set; }
|
public string PackFormat { get; set; }
|
public string Unit { get; set; }
|
public int Quant_Unit { get; set; }
|
public int Quant_Total { get; set; }
|
public int Quant_Buy { get; set; }
|
public string BuyUser { get; set; }
|
public string Demo_11 { get; set; }
|
public string Demo_21 { get; set; }
|
public string Demo_22 { get; set; }
|
|
public string guid_1 { get; set; }
|
|
public string MatType { get; set; }
|
}
|
|
public class AjaxPurchaseMat: PurchaseMat
|
{
|
public string Operation { set; get; }
|
public string List { set; get; }
|
public string setBuyUser { set; get; }
|
|
public int pageIndex { get; set; }
|
public int pageSize { get; set; }
|
}
|
|
public class ErpInDetail
|
{
|
public string OrdNo{ get; set; }
|
public string MatNo { get; set; }
|
public string MatName { get; set; }
|
public string PlanQuant { get; set; }
|
public string CurQuant { get; set; }
|
public string Demo { get; set; }
|
public string LingNo{ get; set; }
|
public string TuNo { get; set; }
|
public string PageNo { get; set; }
|
public string MatClass { get; set; }
|
public string HeGeZheng { get; set; }
|
|
public string PackFormat { get; set; }
|
|
}
|
|
|
|
}
|