fix: 合并多件档口入库码回写 (#240)

This commit is contained in:
chengma
2026-08-15 14:27:31 +08:00
parent 5d72141f2f
commit 8e500606c5
10 changed files with 204 additions and 31 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ const (
InnerCodeNeedsCheck InnerCodeStatus = "needs_check"
)
// InnerCodeRecord 保存一张线下标签在导入、匹配和回写过程中的全部必要信息。
// InnerCodeRecord 保存一个顺运宝商品明细在导入、匹配和回写过程中的全部必要信息。
// 同一明细有多件时,InnerCode 是按 Excel 行顺序用英文逗号连接的多个单件码。
// Excel 只是载体,原文件不会进入数据库。
type InnerCodeRecord struct {
ID int64