Ai
2 Star 4 Fork 6

遇见你/winform通用开发框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Repository.vm 502 Bytes
一键复制 编辑 原始数据 按行查看 历史
jerry 提交于 2023-09-13 20:16 +08:00 . 优化
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WinformDevFramework.IRepository.System;
using WinformDevFramework.IRepository;
using WinformDevFramework.Models;
namespace ${NameSpace}.Repository
{
public class ${tableName}Repository : BaseRepository<${tableName}>, I${tableName}Repository
{
public ${tableName}Repository(ISqlSugarClient sqlSugar) : base(sqlSugar)
{
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/djsf12/winform-dev-framework.git
git@gitee.com:djsf12/winform-dev-framework.git
djsf12
winform-dev-framework
winform通用开发框架
master

搜索帮助