mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 21:03:26 +08:00
vue view code gen
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user