Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jyzb-platform-3.0
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
赵剑炜
jyzb-platform-3.0
Commits
9cf9c689
Commit
9cf9c689
authored
Mar 16, 2023
by
赵剑炜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改忽略文件
parent
422facc2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
47 行增加
和
18 行删除
+47
-18
.gitignore
.gitignore
+47
-0
SystemConfig.cs
Junmp.Platform.Common/Global/SystemConfig.cs
+0
-18
没有找到文件。
.gitignore
View file @
9cf9c689
...
...
@@ -135,3 +135,50 @@
/Junmp.Platform.WebApi/bin/Debug/net7.0/Elasticsearch.Net.dll
/Junmp.Platform.WebApi/bin/Debug/net7.0/DotNetCore.CAP.SqlServer.dll
/Junmp.Platform.WebApi/obj/Debug/
/Junmp.Platform.Common/bin/Debug/net7.0/Junmp.Platform.Common.dll
/Junmp.Platform.Common/bin/Debug/net7.0/Junmp.Platform.Common.pdb
/Junmp.Platform.Common/bin/Debug/net7.0/Junmp.Platform.Common.xml
/Junmp.Platform.Common/obj/Debug/net7.0/Junmp.Platform.Common.csproj.AssemblyReference.cache
/Junmp.Platform.Common/obj/Debug/net7.0/Junmp.Platform.Common.dll
/Junmp.Platform.Common/obj/Debug/net7.0/Junmp.Platform.Common.pdb
/Junmp.Platform.Common/obj/Debug/net7.0/ref/Junmp.Platform.Common.dll
/Junmp.Platform.Common/obj/Debug/net7.0/refint/Junmp.Platform.Common.dll
/Junmp.Platform.Entity/bin/Debug/net7.0/Junmp.Platform.Common.dll
/Junmp.Platform.Entity/bin/Debug/net7.0/Junmp.Platform.Common.pdb
/Junmp.Platform.Entity/bin/Debug/net7.0/Junmp.Platform.Common.xml
/Junmp.Platform.Entity/bin/Debug/net7.0/Junmp.Platform.Entity.dll
/Junmp.Platform.Entity/bin/Debug/net7.0/Junmp.Platform.Entity.pdb
/Junmp.Platform.Entity/obj/Debug/net7.0/Junmp.Platform.Entity.csproj.AssemblyReference.cache
/Junmp.Platform.Entity/obj/Debug/net7.0/Junmp.Platform.Entity.dll
/Junmp.Platform.Entity/obj/Debug/net7.0/Junmp.Platform.Entity.pdb
/Junmp.Platform.Repository/bin/Debug/net7.0/Junmp.Platform.Common.dll
/Junmp.Platform.Repository/bin/Debug/net7.0/Junmp.Platform.Common.pdb
/Junmp.Platform.Repository/bin/Debug/net7.0/Junmp.Platform.Common.xml
/Junmp.Platform.Repository/bin/Debug/net7.0/Junmp.Platform.Entity.dll
/Junmp.Platform.Repository/bin/Debug/net7.0/Junmp.Platform.Entity.pdb
/Junmp.Platform.Repository/bin/Debug/net7.0/Junmp.Platform.Repository.dll
/Junmp.Platform.Repository/bin/Debug/net7.0/Junmp.Platform.Repository.pdb
/Junmp.Platform.Repository/obj/Debug/net7.0/Junmp.Platform.Repository.csproj.AssemblyReference.cache
/Junmp.Platform.Repository/obj/Debug/net7.0/Junmp.Platform.Repository.dll
/Junmp.Platform.Repository/obj/Debug/net7.0/Junmp.Platform.Repository.pdb
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Common.dll
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Common.pdb
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Common.xml
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Entity.dll
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Entity.pdb
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Repository.dll
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Repository.pdb
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Service.dll
/Junmp.Platform.Service/bin/Debug/net7.0/Junmp.Platform.Service.pdb
/Junmp.Platform.Service/obj/Debug/net7.0/Junmp.Platform.Service.csproj.AssemblyReference.cache
/Junmp.Platform.Service/obj/Debug/net7.0/Junmp.Platform.Service.dll
/Junmp.Platform.Service/obj/Debug/net7.0/Junmp.Platform.Service.pdb
/Junmp.Platform.Service/obj/Debug/net7.0/ref/Junmp.Platform.Service.dll
/Junmp.Platform.Service/obj/Debug/net7.0/refint/Junmp.Platform.Service.dll
/Junmp.Platform.WebApi/bin/Debug/net7.0/appsettings.json
/Junmp.Platform.WebApi/bin/Debug/net7.0/SqlConfig/CodeGenerator.config
/Junmp.Platform.WebApi/obj/Debug/net7.0/Junmp.Platform.WebApi.csproj.AssemblyReference.cache
/Junmp.Platform.WebApi/obj/Debug/net7.0/Junmp.Platform.WebApi.dll
/Junmp.Platform.WebApi/obj/Debug/net7.0/Junmp.Platform.WebApi.pdb
/Junmp.Platform.WebApi/obj/Debug/net7.0/ref/Junmp.Platform.WebApi.dll
/Junmp.Platform.WebApi/obj/Debug/net7.0/refint/Junmp.Platform.WebApi.dll
Junmp.Platform.Common/Global/SystemConfig.cs
View file @
9cf9c689
...
...
@@ -19,25 +19,7 @@ namespace Junmp.Platform.Common.Global
/// </summary>
public
String
WhiteList
{
get
;
set
;
}
/// <summary>
/// Header配置
/// </summary>
public
String
HeaderConfig
{
get
;
set
;
}
/// <summary>
/// 机构根目录编号
/// </summary>
public
Guid
OrgRoot
{
get
;
set
;
}
/// <summary>
/// 默认密码
/// </summary>
public
String
DefaultPassword
{
get
;
set
;
}
/// <summary>
/// AesKey
/// </summary>
public
String
AesKey
{
get
;
set
;
}
/// <summary>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论