Bonus-ProtectionSetting-Manage/bonus-modules/bonus-protection/target/classes/conf/acs/AddUserInfoParam.json

23 lines
425 B
JSON
Raw Normal View History

2025-10-20 13:37:56 +08:00
{
"UserInfo":{
"employeeNo": "${employeeNo}",
"name": "${name}",
"userType":"normal",
"Valid":{
"enable": ${enable},
"beginTime":"2023-01-01T00:00:00",
"endTime":"2033-12-30T23:59:59",
"timeType":"local"
},
"doorRight":"1",
"RightPlan":[
{
"doorNo": ${doorNo},
"planTemplateNo":"1"
}
],
"gender":"male",
"localUIRight":false
}
}