同步入库单-方法优化
This commit is contained in:
@@ -70,10 +70,14 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// 创建
|
||||
/// </summary>
|
||||
/// <param name="type"></param>
|
||||
public void Create(InstockType type)
|
||||
/// <param name="sourceBillNo"></param>
|
||||
/// <param name="createTime"></param>
|
||||
public void Create(InstockType type,string sourceBillNo, DateTime createTime)
|
||||
{
|
||||
this.Status = InstockStatus.Wait;
|
||||
this.Type = type;
|
||||
this.SourceBillNo = sourceBillNo;
|
||||
this.CreateTime = createTime;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user