using System;
|
|
namespace Model
|
{
|
public class ErpOut
|
{
|
public string Guid { get; set; }
|
public string OrdNo { get; set; }
|
public string OrdType { get; set; }
|
public string Statu { get; set; }
|
public string DepartGuid { get; set; }
|
public string AccessCode { get; set; }
|
public string AccessName { get; set; }
|
public DateTime? CompletionTime { get; set; }
|
public string CreateUser { get; set; }
|
public DateTime? CreateTime { get; set; }
|
public string UpdateUser { get; set; }
|
public DateTime? UpdateTime { get; set; }
|
public string Demo { get; set; }
|
}
|
|
public class ErpOutZ
|
{
|
public string Guid { get; set; }
|
public string OrdNo { get; set; }
|
public string OrdType { get; set; }
|
public string Statu { get; set; }
|
public string DepartGuid { get; set; }
|
public string AccessCode { get; set; }
|
public DateTime? CompletionTime { get; set; }
|
public string CreateUser { get; set; }
|
public DateTime? CreateTime { get; set; }
|
public string UpdateUser { get; set; }
|
public DateTime? UpdateTime { get; set; }
|
public string Demo { get; set; }
|
public string Palno { get; set; }
|
public string Quant { get; set; }
|
|
public string LocationCode { get; set; }
|
public string PickerUser { get; set; }
|
}
|
|
public class AjaxErpOutList: ErpOut
|
{
|
public string BatchNo { get; set; }
|
public string BatchDemo { get; set; }
|
public string MatNo { get; set; }
|
public string MatName { get; set; }
|
public string LingNo { get; set; }
|
public string TuNo { get; set; }
|
public string DetailDemo { get; set; }
|
public string PickerUser { get; set; }
|
|
public int pageIndex { get; set; }
|
public int pageSize { get; set; }
|
public DateTime? BeginTime { get; set; }
|
public DateTime? EndTime { get; set; }
|
|
}
|
public class ErpOutDetail
|
{
|
public string Guid { get; set; }
|
public string OrdNo { get; set; }
|
public string LocationCode { get; set; }
|
public string MatCode { get; set; }
|
public string PackFormat { get; set; }
|
public string Palno { get; set; }
|
public string MatGuid { get; set; }
|
public string StoreGuid { get; set; }
|
public string MatNo { get; set; }
|
public string MatName { get; set; }
|
public string Unit { get; set; }
|
public string MayType { get; set; }
|
public string DepartGuid { get; set; }
|
public string OutQuant { get; set; }
|
public string CurQuant { get; set; }
|
public string LingNo { get; set; }
|
public string TuNo { get; set; }
|
public string PageNo { get; set; }
|
public string Certificate { get; set; }
|
public string BatchNo { get; set; }
|
public string BatchDemo { get; set; }
|
public string Statu { get; set; }
|
public string PickerUser { get; set; }
|
public int? IsDel { get; set; }
|
public string DetailDemo { get; set; }
|
public string Demo { get; set; }
|
public DateTime? CreateTime { get; set; }
|
public string CreateUser { get; set; }
|
public DateTime? UpdateTime { get; set; }
|
public string UpdateUser { get; set; }
|
}
|
|
public class AjaxErpOutInfo : AjaxErpOutList
|
{
|
public string Operation { get;set; }
|
public string list { set; get; }
|
}
|
}
|