mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
增加vue3单表/多表代码生成器
This commit is contained in:
@@ -29,5 +29,11 @@ namespace OpenAuth.App.Request
|
||||
/// vue项目所在的根目录,如:D:\OpenAuth.Pro\Client
|
||||
/// </summary>
|
||||
public string VueProjRootPath { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 版本信息
|
||||
/// 值为vue2/vue3,默认为vue2
|
||||
/// </summary>
|
||||
public string Version { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user