admin.amount.go 86 B

1234567
  1. package user
  2. type AdminAmountRequest struct {
  3. }
  4. type AdminAmountResponse struct {
  5. }