Files
atom/modules/system/dto/name.go
2023-01-28 11:09:11 +08:00

6 lines
61 B
Go

package dto
type Name struct {
Name string `json:"name"`
}