feat: 档口入库码支持软删除与重导恢复 (#238)

This commit is contained in:
chengma
2026-08-15 10:49:28 +08:00
parent 4cbdc81a30
commit 2aea22b44d
13 changed files with 515 additions and 26 deletions
+2
View File
@@ -43,6 +43,8 @@ type InnerCodeRecord struct {
PlannedAt string
ApplyStartedAt string
AppliedAt string
DeletedAt string
DeletedByUserID string
CreatedAt string
UpdatedAt string
}