优化代码生成模板
This commit is contained in:
15
ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplIService.txt
Normal file
15
ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplIService.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using ${options.ModelsNamespace}.Models;
|
||||
|
||||
namespace ${options.IServicsNamespace}.Business
|
||||
{
|
||||
/// <summary>
|
||||
/// ${genTable.FunctionName}service接口
|
||||
///
|
||||
/// @author ${replaceDto.Author}
|
||||
/// @date ${replaceDto.AddTime}
|
||||
/// </summary>
|
||||
public interface I${replaceDto.ModelTypeName}Service: IBaseService<${replaceDto.ModelTypeName}>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user