代码生成新增加富文本组件生成

This commit is contained in:
不做码农
2021-11-19 17:34:25 +08:00
parent ba0f9698d1
commit 4d25cb234a
6 changed files with 36 additions and 4 deletions

View File

@@ -89,6 +89,14 @@ namespace ZR.CodeGenerator.Model
/// views、js文件名
/// </summary>
public string ViewsFileName { get; set; }
/// <summary>
/// vue组件引用
/// </summary>
public string VueComponent { get; set; }
/// <summary>
/// vue组件导入
/// </summary>
public string VueComponentImport { get; set; }
public string Author { get; set; }
public string AddTime { get; set; } = DateTime.Now.ToString("yyyy-MM-dd");
}