Revert "feat: 实现出库单带明细创建 Service(含 CodeGen 单据号生成)"

This reverts commit a8d18e304c.
This commit is contained in:
zhouz
2026-07-22 13:38:18 +08:00
parent 9f112cd02b
commit d90ef25804
3 changed files with 0 additions and 84 deletions

View File

@@ -25,7 +25,4 @@ public interface ErrorCodeConstants {
// ================ 组盘记录相关错误码 =================
ErrorCode GROUP_PLATE_NOT_EXISTS = new ErrorCode(9, "组盘记录不存在");
// ========== 出入库单 1-030-001-000 ==========
ErrorCode IOSTOR_INV_BILL_CODE_GENERATE_FAIL = new ErrorCode(1_030_001_000, "单据号生成失败,请稍后重试");
}