This commit is contained in:
tongfei
2023-11-08 11:26:11 +08:00
parent 9bb1c5088f
commit 7370462aa0
3 changed files with 60 additions and 21 deletions

View File

@@ -35,5 +35,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> OrderNoData = (80002, "单据信息不存在,请核对后再试!");
public static ValueTuple<int, string> ContrastError = (80003, "箱物料对应的采购订单匹配失败,请核对后再试!");
public static ValueTuple<int, string> ErpOrgError = (80004, "获取Erp相关组织数据失败请稍候再试");
}
}