14 lines
258 B
Plaintext
14 lines
258 B
Plaintext
using System;
|
|
using ZR.Model.System;
|
|
using ZR.Model;
|
|
|
|
namespace {IServicsNamespace}
|
|
{
|
|
/// <summary>
|
|
/// 定义{TableNameDesc}服务接口
|
|
/// </summary>
|
|
public interface I{ModelTypeName}Service: IBaseService<{ModelTypeName}>
|
|
{
|
|
}
|
|
}
|