feat:溶液配置

This commit is contained in:
shusir
2026-02-10 18:07:10 +08:00
parent b315bec634
commit f13e72d8d0
26 changed files with 989 additions and 46 deletions

View File

@@ -200,6 +200,8 @@ public interface ErrorCodeConstants {
ErrorCode MATERIAL_INVENTORY_OUTBOUND_NOT_EXISTS = new ErrorCode(1_032_160_000, "出库不存在");
ErrorCode MATERIAL_INVENTORY_OUTBOUND_DETAIL_NOT_EXISTS = new ErrorCode(1_032_160_000, "出库明细,出库明细,含领用出库、退货出库、盘亏出库、销毁出库等不存在");
ErrorCode MATERIAL_STANDARD_SOLUTION_NOT_EXISTS = new ErrorCode(1_032_160_000, "标准溶液不存在");