From 98dd6217f48d2d16098b0f6fc28568169d3674c4 Mon Sep 17 00:00:00 2001 From: what Date: Mon, 29 Jan 2024 15:07:32 +0800 Subject: [PATCH] [fix] ResApiField id => uuid --- base/res_api_field.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/res_api_field.go b/base/res_api_field.go index 907afb0..2b67b3e 100644 --- a/base/res_api_field.go +++ b/base/res_api_field.go @@ -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"` // 字段所属资源