feat: align ids to int64
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package dto
|
||||
|
||||
type UserCouponItem struct {
|
||||
ID string `json:"id"`
|
||||
CouponID string `json:"coupon_id"`
|
||||
ID int64 `json:"id"`
|
||||
CouponID int64 `json:"coupon_id"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
Type string `json:"type"`
|
||||
|
||||
Reference in New Issue
Block a user