Ai
40 Star 384 Fork 108

Mr'hu/Gardener

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
EntityConfigService.cs 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Mr'hu 提交于 2024-05-28 18:04 +08:00 . feat:代码生成实现
// -----------------------------------------------------------------------------
// 园丁,是个很简单的管理系统
// gitee:https://gitee.com/hgflydream/Gardener
// issues:https://gitee.com/hgflydream/Gardener/issues
// -----------------------------------------------------------------------------
using Furion.DatabaseAccessor;
using Gardener.Core.CodeGeneration.Dtos;
using Gardener.Core.CodeGeneration.Impl.Entities;
using Gardener.Core.CodeGeneration.Services;
using Gardener.Core.Common;
using Microsoft.AspNetCore.Mvc;
namespace Gardener.Core.CodeGeneration.Impl.Services
{
/// <summary>
/// 实体类配置服务
/// </summary>
[ApiDescriptionSettings(groups: "CodeGeneration", Module = "code-gen")]
public class EntityConfigService : ServiceBase<EntityConfig, EntityConfigDto, string>, IEntityConfigService
{
/// <summary>
/// 实体类配置服务
/// </summary>
/// <param name="repository"></param>
public EntityConfigService(IRepository<EntityConfig, MasterDbContextLocator> repository) : base(repository)
{
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/hgflydream/Gardener.git
git@gitee.com:hgflydream/Gardener.git
hgflydream
Gardener
Gardener
v3

搜索帮助