[fix] ResApiParam 字段调整
This commit is contained in:
parent
0bf1b9dd39
commit
99c8736288
@ -5,7 +5,7 @@ type ResApiParam struct {
|
|||||||
Name string `db:"name"`
|
Name string `db:"name"`
|
||||||
Category string `db:"category"`
|
Category string `db:"category"`
|
||||||
DataType string `db:"type"`
|
DataType string `db:"type"`
|
||||||
isRequired bool `db:"isRequired"`
|
IsRequired bool `db:"isRequired"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ResApi struct {
|
type ResApi struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user