修复生成业务代码异常

优化代码,删除columnHeaders
This commit is contained in:
yubaolee
2021-10-27 22:47:42 +08:00
parent 9fd0405721
commit 1c699eda26
9 changed files with 19 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
using System.Linq;
using System.Threading.Tasks;
using Infrastructure;
using Microsoft.EntityFrameworkCore;
using OpenAuth.App.Interface;
using OpenAuth.App.Request;
using OpenAuth.App.Response;