✨ 代码生成自动添加菜单
This commit is contained in:
@@ -79,7 +79,7 @@ namespace ZR.CodeGenerator
|
||||
}
|
||||
GenerateVueJs(dto);
|
||||
GenerateSql(dto);
|
||||
|
||||
dto.ReplaceDto = replaceDto;
|
||||
if (dto.IsPreview) return;
|
||||
|
||||
foreach (var item in dto.GenCodes)
|
||||
|
||||
@@ -58,6 +58,7 @@ namespace ZR.CodeGenerator.Model
|
||||
/// </summary>
|
||||
public string VueParentPath { get; set; }
|
||||
#endregion
|
||||
public ReplaceDto ReplaceDto { get; set; }
|
||||
}
|
||||
|
||||
public class GenCode
|
||||
|
||||
Reference in New Issue
Block a user