using System; namespace Model { public class Store { public string Addre { get; set; } public string Palno { get; set; } public string ALock { get; set; } public string guid { get; set; } public string Demo { get; set; } public string Demo1 { get; set; } public string Demo2 { get; set; } public string Demo3 { get; set; } public String CreateUser { get; set; }//生成时间 public DateTime CreateTime { get; set; }//生成时间 } public class StorePalno : Store { //{"MatNo":"60000010","MatName":"数字量输入 32DI","PackFormat":"6ES7321-1BL00-0AA0","Demo1":"西门子","PlanQuant":"9","UnitFrist":"台","Palno":"80000010","Addre":"PK010101","LQuant":"8.000","PurchaseNo":"BDNO190612001","ItemNo":"988","ItemName":"中美华东","Demo":{}} //{"MatNo":"60000006","MatName":"导轨,480 mm","PackFormat":"6ES7390-1AE80-0AA0","Demo_21":"西门子","PlanQuant":"1","Unit":"个","Palno":"80000010","Addre":"PK010101","LQuant":"2.000","PurchaseNo":"BDNO190612001","ItemNo":"988","ItemName":"中美华东","Demo":{}} public string OrdNo { get; set; } public string Addre { get; set; } public string MatNo { get; set; } public string MatName { get; set; } public string PackFormat { get; set; } public string Demo_21 { get; set; } public string UnitSec { get; set; } public string Unit { get; set; } public string Batch { get; set; } public string Quality { get; set; } public string Quant { get; set; } public string CurQuant { get; set; } public string LQuant { get; set; } public string PlanQuant { get; set; } public string Ling_No { get; set; } public string Tu_No { get; set; } public string Ye_No { get; set; } public string PurchaseNo { get; set; } public string Certificate { get; set; } public string ItemNo { get; set; } public string Lever { get; set; } } public class StoreNullPalno { public string Addre { get; set; } public string Palno { get; set; } public string Quant { get; set; } public string ALock { get; set; } //封存/解封 public DateTime CreateTime { get; set; }//生成时间 public string guid { get; set; } public string Demo { get; set; } public string Demo1 { get; set; } public string Demo2 { get; set; } public string Demo3 { get; set; } } public class AjaxStoreList : Store { public int pageIndex { get; set; } public int pageSize { get; set; } public DateTime BeCreateTime { get; set; } public DateTime EnCreateTime { get; set; } } public class AjaxBasicList : StorePalno { public int pageIndex { get; set; } public int pageSize { get; set; } public string AreaNo { get; set; } public string AddreNo { get; set; } public string ItemName { get; set; } public DateTime BeCreateTime { get; set; } public DateTime EnCreateTime { get; set; } } public class AjaxNullPalnoList : StoreNullPalno { public int pageIndex { get; set; } public int pageSize { get; set; } public DateTime BeCreateTime { get; set; } public DateTime EnCreateTime { get; set; } } public class AjaxStoreInfo : Store { public string Operation { get;set; } public string List { get; set; } public string SetLever { get; set; } public string hegezheng { get; set; } } public class AjaxStoreDetail { public string MatNo { get; set; } public string MatName { get; set; } public string Ling_No { get; set; } public string ALock { get; set; } public string Quant { get; set; } public string Addre { get; set; } public string Palno { get; set; } public string UnitName { get; set; } public string Demo { get; set; } } public class Storek { public string Guid { get; set; } public string Palno { get; set; } public int Quant { get; set; } public string LocationCode { get; set; } } public class Storekxx { public string Guid { get; set; } public string Palno { get; set; } public string CurQuant { get; set; } public int Quant { get; set; } public string LocationCode { get; set; } } }