songxiaohang 1 жил өмнө
parent
commit
739c11b58c

+ 1 - 0
app/cmd/dtgateway/internal/types/types.go

@@ -33,6 +33,7 @@ type ItemHistoryData struct {
 }
 
 type MultiAddItemHistoryDataReq struct {
+	CommonParams
 	List []*ItemHistoryData `json:"list"`
 }