feat: 代码生成工具5分钟完成参数设置

This commit is contained in:
橙子
2023-02-19 17:04:17 +08:00
parent e6f95d0cd8
commit 0566606bfb
17 changed files with 286 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Yi.RBAC.Domain.Shared.Setting.ConstClasses
{
/// <summary>
/// 常量定义
/// </summary>
public class ConfigConst
{
}
}