niki/param/piggy_bank_get_by_id.go

8 lines
97 B
Go
Raw Normal View History

2023-12-16 07:20:01 +00:00
package param
type PiggyBankGetByIdRequest struct {
}
type PiggyBankGetByIdResponse struct {
}