修复bug

This commit is contained in:
18942506660
2023-12-07 11:59:12 +08:00
parent b1a1e73c87
commit 11455a0e54
2 changed files with 7 additions and 1 deletions

View File

@@ -67,5 +67,6 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> InventoryDetailsWriteError = (800014, "写入即时库存明细失败!");
public static ValueTuple<int, string> SerialNumbersNoData = (610000, "序列号不存在");
public static ValueTuple<int, string> TakeStockStockError = (610001, "一次不能盘多个仓库");
}
}