增加箱id
This commit is contained in:
@@ -9,6 +9,10 @@ namespace WMS.Web.Core.Dto
|
||||
/// </summary>
|
||||
public class MaterialResponse
|
||||
{
|
||||
/// <summary>
|
||||
/// 箱Id
|
||||
/// </summary>
|
||||
public int BoxId { get; set; }
|
||||
/// <summary>
|
||||
/// 序列号
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user