YD_SmartSports.Api/VOL.WebApi/Template/Repositorys/BaseRepositoryPartial.html
2025-06-06 16:00:39 +08:00

17 lines
472 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
*Repository提供数据库操作如果要增加数据库操作请在此处编写代码
*/
using {Namespace}.IRepositories;
using {StartName}.Core.BaseProvider;
using {StartName}.Core.Extensions.AutofacManager;
using {StartName}.Core.RepositoryEF;
using {StartName}.Entity.DomainModels;
namespace {Namespace}.Repositories
{
public partial class {TableName}Repository
{
}
}