2021-09-08 18:12:08 +08:00
|
|
|
using System;
|
2021-09-10 22:15:01 +08:00
|
|
|
using {ModelsNamespace}.Models;
|
2021-09-08 18:12:08 +08:00
|
|
|
|
2021-09-10 18:06:07 +08:00
|
|
|
namespace {IServicsNamespace}.Business
|
2021-09-08 18:12:08 +08:00
|
|
|
{
|
|
|
|
|
/// <summary>
|
2021-09-24 18:37:51 +08:00
|
|
|
/// {FunctionName}service接口
|
|
|
|
|
///
|
|
|
|
|
/// @author {Author}
|
|
|
|
|
/// @date {DateTime}
|
2021-09-08 18:12:08 +08:00
|
|
|
/// </summary>
|
|
|
|
|
public interface I{ModelTypeName}Service: IBaseService<{ModelTypeName}>
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|