增加箱id

This commit is contained in:
18942506660
2023-11-24 17:27:16 +08:00
parent 75a6041873
commit ef7f017088
3 changed files with 10 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ namespace WMS.Web.Core.Dto
/// </summary>
public class MaterialResponse
{
/// <summary>
/// 箱Id
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 序列号
/// </summary>