去掉不要的
This commit is contained in:
@@ -88,18 +88,5 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// </summary>
|
||||
public string CustomerCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否已发送
|
||||
/// </summary>
|
||||
public bool? IsHasSend { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 标记已发送
|
||||
/// </summary>
|
||||
public void HasSend()
|
||||
{
|
||||
this.IsHasSend = true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -148,11 +148,5 @@ namespace WMS.Web.Domain.Infrastructure
|
||||
/// <param name="isTransaction"></param>
|
||||
/// <returns></returns>
|
||||
Task<InStockTask> Update(InStockTask entity, bool isTransaction = true);
|
||||
|
||||
/// <summary>
|
||||
/// 获取明细
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<List<InStockTaskDetails>> GetNotSendErpDetails();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user