feat: 事务保存出库单及明细

This commit is contained in:
zhouz
2026-07-22 14:52:51 +08:00
parent 7105731d9d
commit e562715dd8
5 changed files with 279 additions and 21 deletions

View File

@@ -12,6 +12,8 @@ public interface ErrorCodeConstants {
// ================ 出入库表相关错误码 =================
ErrorCode IOSTOR_INV_NOT_EXISTS = new ErrorCode(4, "出入库单主表不存在");
ErrorCode IOSTOR_INV_CODE_GENERATE_FAILED = new ErrorCode(7, "单据号生成失败");
ErrorCode IOSTORINV_DTL_NOT_EXISTS = new ErrorCode(5, "出入库单明细不存在");
ErrorCode IOSTORINV_DIS_NOT_EXISTS = new ErrorCode(6, "出入库单分配不存在");