package gift_log type GiftLogDto struct { Id uint64 `json:"id"` AdminId uint64 `json:"adminId"` UserId uint64 `json:"userId"` Num int8 `json:"num"` }