UserVos.go 165 B

123456789101112
  1. package vo
  2. import "demo/data/domain"
  3. func userWalletVo() {
  4. }
  5. type UserWalletVo struct {
  6. Wallet domain.UserWallet
  7. CouponUserJDM []domain.CouponUserJDM
  8. }