!提交代码
This commit is contained in:
32
WCS.Model/ApiModel/InStore/QueryByMatSnResponse.cs
Normal file
32
WCS.Model/ApiModel/InStore/QueryByMatSnResponse.cs
Normal file
@ -0,0 +1,32 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WCS.Model
|
||||
{
|
||||
public class QueryByMatSnResponse : ResponseBase
|
||||
{
|
||||
public MatInfoModel Data { get; set; }
|
||||
}
|
||||
|
||||
public class MatInfoModel
|
||||
{
|
||||
public string materialBar { get; set; }
|
||||
|
||||
public string materialCode { get; set; }
|
||||
|
||||
public string materialName { get; set; }
|
||||
|
||||
public string materialSpec { get; set; }
|
||||
|
||||
public double materialQty { get; set; }
|
||||
|
||||
public string batchNo { get; set; }
|
||||
|
||||
public string supplier { get; set; }
|
||||
|
||||
public string customer { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user