package vo import "demo/data/domain" func userWalletVo() { } type UserWalletVo struct { Wallet domain.UserWallet CouponUserJDM []domain.CouponUserJDM }