[fix] ResApiField id => uuid

This commit is contained in:
what 2024-01-29 15:07:32 +08:00
parent 17ee1779bc
commit 98dd6217f4

View File

@ -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"` // 字段所属资源