调整获取金蝶数据

This commit is contained in:
tongfei
2023-11-02 15:03:10 +08:00
parent 968b2aaa19
commit e144e2e824
6 changed files with 95 additions and 43 deletions

View File

@@ -29,5 +29,6 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> BoxMateriaNoData = (800010, "箱对应物料信息不存在");
public static ValueTuple<int, string> ErpStockNoData = (900000, "Erp仓库信息不完整");
}
}