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
type Attachment struct {
ItemId int32 `json:"item_id"`
ItemNum int32 `json:"item_num"`
ItemId int32 `json:"itemid"`
ItemNum int32 `json:"itemnum"`
}
type App interface {