1
This commit is contained in:
22
WCS.Model/ApiModel/OutStore/OutOrderMatDetailModelSingle.cs
Normal file
22
WCS.Model/ApiModel/OutStore/OutOrderMatDetailModelSingle.cs
Normal file
@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace WCS.Model.ApiModel.OutStore
|
||||
{
|
||||
public class OutOrderMatDetailModelSingle
|
||||
{
|
||||
public int orderId { get; set; }
|
||||
public string orderNumber { get; set; }
|
||||
public string MatSn { get; set; }
|
||||
public string MatCode { get; set; }
|
||||
public string MatName { get; set; }
|
||||
public string MatSpec { get; set; }
|
||||
public string MatBatch { get; set; }
|
||||
public int MatQty { get; set; }
|
||||
public string MatCustomer { get; set; }
|
||||
public string MatSupplier { get; set; }
|
||||
public int Qty { get; set; }
|
||||
public string userName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user