mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
8 lines
137 B
Go
Executable File
8 lines
137 B
Go
Executable File
package model
|
|
|
|
type MemberInfoGetModel struct {
|
|
Name string `json:"name"`
|
|
Age uint32 `json:"age"`
|
|
Address string `json:"address"`
|
|
}
|