mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-04 10:13:53 +08:00
7 lines
99 B
Go
7 lines
99 B
Go
package model_dto
|
|
|
|
type SimpleModel struct {
|
|
Id string `json:"id"`
|
|
Name string `json:"name"`
|
|
}
|