修改代码生成demo

This commit is contained in:
不做码农
2021-12-01 21:29:57 +08:00
parent 95e272c450
commit f0569f43f8
8 changed files with 123 additions and 45 deletions

View File

@@ -7,7 +7,7 @@ namespace ZR.Service.Business
/// 代码生成演示service接口
///
/// @author zr
/// @date 2021-11-27
/// @date 2021-12-01
/// </summary>
public interface IGendemoService: IBaseService<Gendemo>
{