Explorar el Código

缺失语句结尾分号

Signed-off-by: 高级CV工程师 <2535688890@qq.com>
高级CV工程师 hace 2 años
padre
commit
0ce05a3401
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/Service.cs.vm

+ 2 - 2
Admin.NET/Admin.NET.Web.Entry/wwwroot/Template/Service.cs.vm

@@ -1,4 +1,4 @@
-using @(@Model.NameSpace).Const;
+using @(@Model.NameSpace).Const;
 using @(@Model.NameSpace).Entity;
 @{
     string joinTableName = "u";
@@ -96,7 +96,7 @@ if (@column.QueryWhether == "Y"){
     }
 }
 } else {
-            @:.Select<@(@Model.ClassName)Output>()
+            @:.Select<@(@Model.ClassName)Output>();
 }
 @foreach (var column in Model.TableField){
 if (@column.QueryWhether == "Y"){