feat: 档口入库码后台批量回写 (#246)
This commit is contained in:
@@ -6,6 +6,7 @@ type InnerCodeStatus string
|
||||
const (
|
||||
InnerCodePending InnerCodeStatus = "pending"
|
||||
InnerCodeReady InnerCodeStatus = "ready"
|
||||
InnerCodeQueued InnerCodeStatus = "queued"
|
||||
InnerCodeApplying InnerCodeStatus = "applying"
|
||||
InnerCodeUpdated InnerCodeStatus = "updated"
|
||||
InnerCodeAlreadyFilled InnerCodeStatus = "already_filled"
|
||||
@@ -29,6 +30,8 @@ type InnerCodeRecord struct {
|
||||
SpecKey string
|
||||
InnerCode string
|
||||
SourceDuplicateCount int
|
||||
ApplyBatchID string
|
||||
ApplyQueuedAt string
|
||||
StockID int64
|
||||
DetailID int64
|
||||
SybSpec string
|
||||
|
||||
Reference in New Issue
Block a user