优化详情
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user