vue view code gen

This commit is contained in:
21世纪小八路
2023-03-31 23:36:54 +08:00
parent cbfc8cb06e
commit 822c45c81e
22 changed files with 949 additions and 198 deletions

View File

@@ -33,7 +33,7 @@ namespace CoreCms.Net.IServices
///// </summary>
///// <param name="model"></param>
///// <returns></returns>
byte[] CodeGen(string tableName, string fileType);
byte[] CodeGen(string tableName, string fileType, bool isVue = false);
/// <summary>
@@ -42,6 +42,6 @@ namespace CoreCms.Net.IServices
/// <param name="tableName"></param>
/// <param name="fileType"></param>
/// <returns></returns>
byte[] CodeGenByAll(string fileType);
byte[] CodeGenByAll(string fileType, bool isVue = false);
}
}