接口优化

This commit is contained in:
tongfei
2023-11-03 16:35:22 +08:00
parent 79eeeeb697
commit ab056052f2
8 changed files with 95 additions and 1 deletions

View File

@@ -28,5 +28,10 @@ namespace WMS.Web.Domain.Entitys
/// 箱号ID
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string BoxBillNo { get; set; }
}
}