新增生成移动端代码

This commit is contained in:
不做码农
2023-06-24 21:40:28 +08:00
parent 046a470ea4
commit 4b1f79c1da
8 changed files with 626 additions and 4 deletions

View File

@@ -57,6 +57,10 @@ namespace ZR.CodeGenerator.Model
/// vue代码路径
/// </summary>
public string VueParentPath { get; set; }
/// <summary>
/// uniapp存储路径
/// </summary>
public string AppVuePath { get; set; } = "ZRAdminn-app";
#endregion
public ReplaceDto ReplaceDto { get; set; }
}