不做码农 40026f596f 测试
2021-09-27 08:06:09 +08:00

16 lines
278 B
C#

using System;
using ZR.Model.Models;
namespace ZR.Service.Business
{
/// <summary>
/// 代码生成演示service接口
///
/// @author zhaorui
/// @date 2021-09-24
/// </summary>
public interface IGendemoService: IBaseService<Gendemo>
{
}
}