mirror of
https://github.com/zeromicro/go-zero.git
synced 2025-01-24 01:30:25 +08:00
remove useless annotation (#761)
This commit is contained in:
parent
a2fbc14c70
commit
58cdba2c5d
@ -54,8 +54,8 @@ type (
|
||||
|
||||
createRequest struct {
|
||||
innerType
|
||||
name string `form:"name"` // niha
|
||||
age int `form:"age,optional"` // nihaod
|
||||
name string `form:"name"`
|
||||
age int `form:"age,optional"`
|
||||
address []address `json:"address,optional"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user