修改代码生成演示
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Infrastructure;
|
||||
using Infrastructure.Attribute;
|
||||
using SqlSugar;
|
||||
using ZR.Model.Models;
|
||||
using ZR.Repository;
|
||||
|
||||
@@ -10,7 +9,7 @@ namespace ZR.Service.Business
|
||||
/// 代码生成演示Service业务层处理
|
||||
///
|
||||
/// @author zr
|
||||
/// @date 2021-11-24
|
||||
/// @date 2021-11-27
|
||||
/// </summary>
|
||||
[AppService(ServiceType = typeof(IGendemoService), ServiceLifetime = LifeTime.Transient)]
|
||||
public class GendemoService : BaseService<Gendemo>, IGendemoService
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace ZR.Service.Business
|
||||
/// 代码生成演示service接口
|
||||
///
|
||||
/// @author zr
|
||||
/// @date 2021-11-24
|
||||
/// @date 2021-11-27
|
||||
/// </summary>
|
||||
public interface IGendemoService: IBaseService<Gendemo>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user