非采购上架接口优化

This commit is contained in:
tongfei
2023-11-17 15:35:06 +08:00
parent 50246572d6
commit d25336ba7e
5 changed files with 181 additions and 88 deletions

View File

@@ -21,6 +21,7 @@ namespace WMS.Web.Domain.Values
/// </summary>
public static ValueTuple<int, string> DateWriteError = (40004, "数据操作失败");
public static ValueTuple<int, string> NoDateError = (40005, "数据不存在");
public static ValueTuple<int, string> SourceBillNoDateError = (40005, "来源单不存在,请核对后再试");
//出库任务单
public static ValueTuple<int, string> MergeStatusError = (70000, "所选单据数据不一致,不能合并");