对比接口优化

This commit is contained in:
tongfei
2023-11-09 14:39:24 +08:00
parent f964567193
commit c44d637fe3
2 changed files with 8 additions and 2 deletions

View File

@@ -39,6 +39,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> ErpSupplierError = (80005, "获取Erp相关供应商数据失败请稍候再试");
public static ValueTuple<int, string> ErpStockError = (80006, "获取Erp相关仓库数据失败请稍候再试");
public static ValueTuple<int, string> ErpMaterialError = (80007, "获取Erp相关物料数据失败请稍候再试");
public static ValueTuple<int, string> BoxHaveError = (80008, "该箱信息已被记录,请重新选择箱号!");
}
}