1 Star 0 Fork 0

lipore/plume

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
models.go 202 Bytes
一键复制 编辑 原始数据 按行查看 历史
lipore 提交于 2023-12-07 21:07 +08:00 . --wip-- [skip ci]
package models
import (
"context"
"gitee.com/lipore/plume/db_gorm"
)
// @dal:name ResourceOwner
type UserDo interface {
db_gorm.BaseCrud
FindNameByValue(context.Context, int64) (string, error)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lipore/plume.git
git@gitee.com:lipore/plume.git
lipore
plume
plume
v1.7.10

搜索帮助