入库和出库
This commit is contained in:
59
ZR.Model/MES/wms/ERP_WMS_interactiveModel.cs
Normal file
59
ZR.Model/MES/wms/ERP_WMS_interactiveModel.cs
Normal file
@@ -0,0 +1,59 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ZR.Model.MES.wms
|
||||
{
|
||||
public class ERP_WMS_interactiveModel
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class ERP_WMS_interactiveModelQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// 物料编码
|
||||
/// </summary>
|
||||
public string materialCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 位置
|
||||
/// </summary>
|
||||
public string location { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 数量
|
||||
/// </summary>
|
||||
public string Qty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public string LotNo { get; set; }
|
||||
|
||||
|
||||
public DateTime createTime { get; set; }
|
||||
|
||||
|
||||
public string userID { get; set; }
|
||||
|
||||
|
||||
public string guid { get; set; }
|
||||
|
||||
public string lineno { get; set; }
|
||||
}
|
||||
|
||||
|
||||
public class ERP_WMS_interactiveModelResult
|
||||
{
|
||||
public string code { get; set; }
|
||||
public string type { get; set; }
|
||||
public string message { get; set; }
|
||||
public Object result { get; set; }
|
||||
public Object extras { get; set; }
|
||||
public DateTime time { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user