feat:新增种子数据导入

This commit is contained in:
不做码农
2023-05-15 19:54:06 +08:00
parent efcb5128c3
commit d5e0d9381b
8 changed files with 319 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
using JinianNet.JNTemplate;
using Microsoft.Extensions.DependencyInjection;
using System;
using ZR.Common;
namespace ZR.Admin.WebApi.Extensions
@@ -12,7 +10,7 @@ namespace ZR.Admin.WebApi.Extensions
Console.ForegroundColor = ConsoleColor.Blue;
var contentTpl = JnHelper.ReadTemplate("", "logo.txt");
var content = contentTpl?.Render();
Console.WriteLine(content);
Console.ForegroundColor = ConsoleColor.Blue;
Console.WriteLine("源码地址: https://gitee.com/izory/ZrAdminNetCore");