init project
This commit is contained in:
5
modules/system/dto/name.go
Normal file
5
modules/system/dto/name.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package dto
|
||||
|
||||
type Name struct {
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user