接口优化

This commit is contained in:
tongfei
2023-11-03 16:35:22 +08:00
parent 79eeeeb697
commit ab056052f2
8 changed files with 95 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ namespace WMS.Web.Domain.Values
public static ValueTuple<int, string> BoxMateriaNoData = (800010, "箱对应物料信息不存在");
public static ValueTuple<int, string> ErpStockNoData = (900000, "Erp仓库信息不完整");
public static ValueTuple<int, string> Box_NoBind_Task_Data = (80001, "该箱号不在收货信息中,请核对再试!");
}
}