This commit is contained in:
tongfei
2024-04-11 09:16:10 +08:00
5 changed files with 44 additions and 8 deletions

View File

@@ -87,6 +87,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> TakeStockStockError = (610001, "一次不能盘多个仓库");
public static ValueTuple<int, string> TakeStockErpSubStockError = (610005, "HD或GD仓时子仓库必填");
public static ValueTuple<int, string> TakeStockBoxError = (610004, "一次只能盘一个箱");
public static ValueTuple<int, string> SerialNumbersIsShelf = (610006, "序列号已上架入库");
public static ValueTuple<int, string> SubscribeNotificationNoData = (700001, "订阅通知信息不存在");
}