Commit 92a110ee by lcx

Merge branch 'feature/银行卡号' into develop

parents ce4a551e 7b0c5af7
......@@ -20,7 +20,17 @@
"ClientWhitelist": [],
"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",
"Limit": 1
}
......
......@@ -876,6 +876,7 @@ private void DeptDicList(int HospitalId, List<per_dept_dic> deptDics, DeptdicHan
{nameof(per_employee.UnitType), "人员类别"},
{nameof(per_employee.AttendanceDay), "出勤天数"},
{nameof(per_employee.ReservedRatio), "预留比例"},
{nameof(per_employee.BankCard), "银行卡号"},
{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