任务单作废接口

This commit is contained in:
tongfei
2023-11-15 15:20:34 +08:00
parent eb4d812b9b
commit b5af69bb1a
6 changed files with 90 additions and 1 deletions

View File

@@ -80,6 +80,14 @@ namespace WMS.Web.Domain.Entitys
this.CreateTime = createTime;
}
/// <summary>
/// 作废
/// </summary>
public void Repeal(int creatorId)
{
this.Status = InstockStatus.Repeal;
}
/// <summary>
/// 创建订单号