EF MVC 在線代碼生成器

訪問地址 :http://42.157.131.97git

帳號:admindom

密碼:123456spa

源碼:https://gitee.com/whltian/NetCorecode

TQ: 4 0 3 2 5 9 1 5 6blog

基於T4模板的在線代碼生成器get

可本身新建模板,但須要保證如下代碼包含在模板頭部源碼

<#@ output extension=".cs" #>
<#@ assembly name="System.dll" #>
<#@ assembly name="System.Core.dll" #>
<#@ assembly name="System.Reflection.dll" #>
<#@ assembly name="System.Runtime.dll" #>
<#@ assembly name="Newtonsoft.Json.dll" #>
<#@ assembly name="NetCore.dll" #>
<#@ assembly name="NetCore.BLL.dll" #>
<#@ assembly name="NetCore.Model.dll" #>
<#@ assembly name="NetCore.Code.Model.dll" #>
<#@ assembly name="NetCore.Code.BLL.dll" #>
<#@ import namespace="System.Linq" #>
<#@ import namespace="System.Runtime" #>
<#@ import namespace="System.Reflection" #>
<#@ import namespace="NetCore.Model" #>
<#@ import namespace="NetCore.BLL" #>     
<#@ import namespace="NetCore.Code.Model" #>
<#@ import namespace="NetCore.Code.BLL" #>
<#@ import namespace="Newtonsoft.Json" #>
<# using(CodeDomain domain = new CodeDomain({0})){#>
....填充模板內容......

<#}#>

 

相關文章
相關標籤/搜索