非采购上架-接口
This commit is contained in:
@@ -115,5 +115,17 @@ namespace WMS.Web.Domain.Entitys
|
||||
this.ShelferId = creatorId;
|
||||
this.ShelfTime = DateTime.Now;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 非采购上架
|
||||
/// </summary>
|
||||
/// <param name="creatorId"></param>
|
||||
public void NoPurchaseShelf(int creatorId)
|
||||
{
|
||||
this.ReceiverId = creatorId;
|
||||
this.ReceiveTime = DateTime.Now;
|
||||
this.ShelferId = creatorId;
|
||||
this.ShelfTime = DateTime.Now;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user