Sfoglia il codice sorgente

😁修复代码生成模板-分页查询输入Dto增加关键字SearchKey

zuohuaijun 2 anni fa
parent
commit
b2c6896b7c

+ 6 - 0
Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/Input.cs.vm

@@ -24,6 +24,12 @@ if (@column.ColumnKey != "True"){
     /// </summary>
     public class @(@Model.ClassName)Input : BasePageInput
     {
+        @:/// <summary>
+        @:/// 关键字查询
+        @:/// </summary>
+        @:public string SearchKey { get; set; }
+        @:
+
 @foreach (var column in Model.TableField){
 if (@column.QueryWhether == "Y"){