This commit is contained in:
aozhiwei 2024-05-11 15:56:29 +08:00
parent 37a8773b01
commit 17a07580b1

View File

@ -1,8 +1,8 @@
package common package common
type Attachment struct { type Attachment struct {
ItemId int32 `json:"item_id"` ItemId int32 `json:"itemid"`
ItemNum int32 `json:"item_num"` ItemNum int32 `json:"itemnum"`
} }
type App interface { type App interface {