Skip to content

Commit

Permalink
优化代生成模板
Browse files Browse the repository at this point in the history
  • Loading branch information
jxx committed Dec 19, 2019
1 parent 677d0dd commit ba59fdf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
*/
using {StartName}.Core.BaseProvider;
using {StartName}.Entity.DomainModels;
using VOL.Core.Utilities;
using System.Linq.Expressions;
namespace {Namespace}.IServices
{
public partial interface I{TableName}Service
Expand Down
4 changes: 4 additions & 0 deletions Vue.Net/VOL.WebApi/Template/Services/ServiceBasePartial.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
using {StartName}.Core.Extensions.AutofacManager;
using {StartName}.Entity.DomainModels;
using System.Linq;
using VOL.Core.Utilities;
using System.Linq.Expressions;
using {StartName}.Core.Extensions;
using Microsoft.EntityFrameworkCore;

namespace {Namespace}.Services
{
public partial class {TableName}Service
Expand Down

0 comments on commit ba59fdf

Please sign in to comment.