优化接口
This commit is contained in:
@@ -95,7 +95,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
/// <param name="type"></param>
|
||||
/// <param name="sourceBillNo"></param>
|
||||
/// <param name="createTime"></param>
|
||||
public void Create(InstockType type,string sourceBillNo, DateTime createTime,int supplierId)
|
||||
public void Create(InstockType type,string sourceBillNo, DateTime createTime,int supplierId,string orgCode)
|
||||
{
|
||||
if (type == InstockType.Purchase)
|
||||
this.Status = InstockStatus.Wait;
|
||||
@@ -104,6 +104,7 @@ namespace WMS.Web.Domain.Entitys
|
||||
this.Type = type;
|
||||
this.SourceBillNo = sourceBillNo;
|
||||
this.SupplierId = supplierId;
|
||||
this.OrgCode = orgCode;
|
||||
this.CreateTime = createTime;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user