优化代码生成模板

This commit is contained in:
不做码农
2021-11-28 15:20:00 +08:00
parent 8dc832cdbd
commit 9292396bb2
6 changed files with 63 additions and 22 deletions

View File

@@ -97,6 +97,14 @@ namespace ZR.CodeGenerator.Model
/// vue组件导入
/// </summary>
public string VueComponentImport { get; set; } = "";
/// <summary>
/// 上传前js
/// </summary>
public string VueBeforeUpload { get; set; }
/// <summary>
/// 上传URL data
/// </summary>
public string VueUploadUrl { get; set; }
public string Author { get; set; }
public string AddTime { get; set; } = DateTime.Now.ToString("yyyy-MM-dd");
}