供应商信息

This commit is contained in:
tongfei
2023-11-08 14:13:17 +08:00
parent 09e30675e1
commit 333f0a0c10
6 changed files with 138 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> ContrastError = (80003, "箱物料对应的采购订单匹配失败,请核对后再试!");
public static ValueTuple<int, string> ErpOrgError = (80004, "获取Erp相关组织数据失败请稍候再试");
public static ValueTuple<int, string> ErpSupplierError = (80005, "获取Erp相关供应商数据失败请稍候再试");
}
}