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
{
///
/// 客户编码
///
public string customerCode { get; set; }
///
/// 物料编码
///
public string materialCode { get; set; }
///
/// 位置
///
public string location { get; set; }
///
/// 数量
///
public string Qty { get; set; }
///
/// 批次
///
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; }
}
}