Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
f6f59741
Commit
f6f59741
authored
Apr 02, 2019
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appsetting修改
parent
0659e75d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
performance/Performance.Api/appsettings.Development.json
+5
-1
performance/Performance.Api/appsettings.json
+5
-1
performance/Performance.DtoModels/AppSettings/Application.cs
+8
-0
No files found.
performance/Performance.Api/appsettings.Development.json
View file @
f6f59741
...
...
@@ -15,6 +15,10 @@
//登录过期时间
"ExpirationMinutes"
:
"5"
,
//验证码过期
"SmsCodeMinutes"
:
"5"
"SmsCodeMinutes"
:
"5"
,
//护士长二次绩效管理员
"NurseRole"
:
"3"
,
//科主任二次绩效管理员
"DirectorRole"
:
"4"
}
}
performance/Performance.Api/appsettings.json
View file @
f6f59741
...
...
@@ -28,6 +28,10 @@
//验证码过期
"SmsCodeMinutes"
:
"30"
,
//短信模板
"SmsTemplate"
:
"溯直健康提醒您,您的验证码为:[code],当天有效!"
"SmsTemplate"
:
"溯直健康提醒您,您的验证码为:[code],当天有效!"
,
//护士长二次绩效管理员
"NurseRole"
:
"3"
,
//科主任二次绩效管理员
"DirectorRole"
:
"4"
}
}
performance/Performance.DtoModels/AppSettings/Application.cs
View file @
f6f59741
...
...
@@ -18,5 +18,13 @@ public class Application
/// 短信模板
/// </summary>
public
string
SmsTemplate
{
get
;
set
;
}
/// <summary>
/// 护士长二次绩效管理员
/// </summary>
public
int
NurseRole
{
get
;
set
;
}
/// <summary>
/// 科主任二次绩效管理员
/// </summary>
public
int
DirectorRole
{
get
;
set
;
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment