修复bug

This commit is contained in:
18942506660
2024-01-03 11:38:13 +08:00
parent 173ff02252
commit 0ef94f2fe1
3 changed files with 6 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> Erp_Login_Error = (1001, "同步金蝶登录错误,请稍候再试");
public static ValueTuple<int, string> Erp_BillQuery_Error = (1002, "同步金蝶数据出错,请稍等再试");
public static ValueTuple<int, string> Erp_Inventory_Error = (1003, "获取金蝶即时库存数据出错,请稍等再试");
/// <summary>
/// 无效
/// </summary>