Files
ThingsGateway/framework/Web/ThingsGateway.Admin.Application/SeedData/Json/sys_role.json
2023-09-30 23:05:53 +08:00

16 lines
270 B
JSON

{
"RECORDS": [
{
"Id": "212725263001001",
"Code": "superAdmin",
"Name": "超级管理员",
"SortCode": "1"
},
{
"Id": "212725263001002",
"Code": "admin",
"Name": "业务管理员",
"SortCode": "2"
}
]
}