修改返回值

This commit is contained in:
2026-04-20 10:48:45 +08:00
parent ce4f10f40f
commit 2d2a43a4f4

View File

@@ -40,7 +40,7 @@ type MongoBaseDO struct {
// SQLBaseDO SQL数据库基础实体
type SQLBaseDO struct {
Id int64 `orm:"id" json:"id"` // 主键ID
Id int64 `orm:"id" json:"id,string"` // 主键ID
TenantId uint64 `orm:"tenant_id" json:"tenantId"` // 租户ID
Creator string `orm:"creator" json:"creator"` // 创建人
CreatedAt *gtime.Time `orm:"created_at" json:"createdAt"` // 创建时间