Commit 7b0c5af7 by lcx

人员字典粘贴数据添加handsontable配置,限流json添加配置

parent c21b1c42
...@@ -20,7 +20,17 @@ ...@@ -20,7 +20,17 @@
"ClientWhitelist": [], "ClientWhitelist": [],
"GeneralRules": [ "GeneralRules": [
{ {
"Endpoint": "*", "Endpoint": "post:/api/second/savevalue",
"Period": "1s",
"Limit": 1
},
{
"Endpoint": "post:/api/second/savedata",
"Period": "1s",
"Limit": 1
},
{
"Endpoint": "*:/api/second/other/save",
"Period": "1s", "Period": "1s",
"Limit": 1 "Limit": 1
} }
......
...@@ -876,6 +876,7 @@ private void DeptDicList(int HospitalId, List<per_dept_dic> deptDics, DeptdicHan ...@@ -876,6 +876,7 @@ private void DeptDicList(int HospitalId, List<per_dept_dic> deptDics, DeptdicHan
{nameof(per_employee.UnitType), "人员类别"}, {nameof(per_employee.UnitType), "人员类别"},
{nameof(per_employee.AttendanceDay), "出勤天数"}, {nameof(per_employee.AttendanceDay), "出勤天数"},
{nameof(per_employee.ReservedRatio), "预留比例"}, {nameof(per_employee.ReservedRatio), "预留比例"},
{nameof(per_employee.BankCard), "银行卡号"},
{nameof(per_employee.Remark), "备注"}, {nameof(per_employee.Remark), "备注"},
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment