feat (user): add create
This commit is contained in:
No files matched your search
@@ -1,6 +1,6 @@
|
||||
package single
|
||||
|
||||
type Createdto struct {
|
||||
type CreateDto struct {
|
||||
Code string `json:"code"`
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
@@ -23,7 +23,7 @@ type ReadDetailDto struct {
|
||||
|
||||
type Updatedto struct {
|
||||
Id uint `json:"id"`
|
||||
Createdto
|
||||
CreateDto
|
||||
}
|
||||
|
||||
type Deletedto struct {
|
||||
|
||||
Reference in New Issue
Block a user