Skip to content

Commit 93b6bdf

Browse files
author
1877682825@qq.com
committed
代码生成的模板fix
1 parent 3d1e788 commit 93b6bdf

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

ant.mgr/Infrastructure/Infrastructure/CodeGen/CrudTemplete/Controller.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
using System.Collections.Generic;
33
using System.Threading.Tasks;
44
using Configuration;
5-
using DbModel.Mysql;
6-
using Infrastructure.Web;
5+
using DbModel;
76
using ant.mgr.core.Filter;
8-
using Microsoft.AspNetCore.Cors;
97
using Microsoft.AspNetCore.Mvc;
108
using Repository.Interface;
119
using ServicesModel;

ant.mgr/Infrastructure/Infrastructure/CodeGen/CrudTemplete/IRespository.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using DbModel.Mysql;
1+
using DbModel;
22
using ViewModels.Reuqest;
33
using System;
44
using System.Collections.Generic;

ant.mgr/Infrastructure/Infrastructure/CodeGen/CrudTemplete/Respository.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using AntData.ORM.Linq;
33
using Autofac.Annotation;
44
using Castle.DynamicProxy;
55
using Configuration;
6-
using DbModel.Mysql;
6+
using DbModel;
77
using Infrastructure.Logging;
88
using Infrastructure.StaticExt;
99
using Infrastructure.Web;

0 commit comments

Comments
 (0)