From a52ee2055e57ace24b14346c4ab4832717a6d557 Mon Sep 17 00:00:00 2001 From: shanyujie <1196661499@qq.com> Date: Mon, 8 Dec 2025 16:41:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(gendao):=20=E6=B7=BB=E5=8A=A0=E5=AF=B9UUID?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/gf/internal/cmd/gendao/gendao.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmd/gf/internal/cmd/gendao/gendao.go b/cmd/gf/internal/cmd/gendao/gendao.go index 54204755e0e..bc6ad943ac5 100644 --- a/cmd/gf/internal/cmd/gendao/gendao.go +++ b/cmd/gf/internal/cmd/gendao/gendao.go @@ -104,6 +104,10 @@ var ( "smallmoney": { Type: "float64", }, + "uuid": { + Type: "uuid.UUID", + Import: "github.com/google/uuid", + }, } // tablewriter Options