[fix] ResApiParam 字段调整

This commit is contained in:
what 2023-06-23 11:43:35 +08:00
parent 0bf1b9dd39
commit 99c8736288

View File

@ -5,7 +5,7 @@ type ResApiParam struct {
Name string `db:"name"`
Category string `db:"category"`
DataType string `db:"type"`
isRequired bool `db:"isRequired"`
IsRequired bool `db:"isRequired"`
}
type ResApi struct {