[fix] ResApiField id => uuid
This commit is contained in:
parent
17ee1779bc
commit
98dd6217f4
@ -1,7 +1,7 @@
|
||||
package base
|
||||
|
||||
type ResApiField struct {
|
||||
Uuid string `db:"id"`
|
||||
Uuid string `db:"uuid"`
|
||||
ApiUuid string `db:"api_uuid"`
|
||||
Code string `db:"code"` // 字段名称
|
||||
CodeResource string `db:"resource"` // 字段所属资源
|
||||
|
Loading…
Reference in New Issue
Block a user