优化详情

This commit is contained in:
tongfei
2024-04-22 09:37:05 +08:00
parent 4f668a209b
commit 319c5a8c77
6 changed files with 112 additions and 219 deletions

View File

@@ -49,6 +49,11 @@ namespace WMS.Web.Domain.Entitys
/// </summary>
public int? ReceiverId { get; set; }
/// <summary>
/// 是否解绑
/// </summary>
public bool? UnBind { get; set; } = false;
/// <summary>
/// 明细
/// </summary>