Browse Source

模板详情接口返回字段增加生成路径

lichunlei 5 months ago
parent
commit
16f442caf7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Model/Vo/Admin/GetMakeTemplateQueryVo.cs

+ 6 - 0
Model/Vo/Admin/GetMakeTemplateQueryVo.cs

@@ -37,6 +37,12 @@ namespace Vo.Admin
         public string templateContent { get; set; }
         public string templateContent { get; set; }
 
 
 
 
+        /// <summary>
+        /// 生成路径
+        /// </summary>
+        public string? makePath { get; set; }
+
+
 
 
     }
     }
 }
 }