salix/modules/client/back/models/greuge-config.json

21 lines
393 B
JSON
Raw Normal View History

2019-12-19 10:37:53 +00:00
{
"name": "GreugeConfig",
"base": "VnModel",
"options": {
"mysql": {
"table": "greugeConfig"
}
},
"properties": {
"freightPickUpPrice": {
2022-05-12 07:47:47 +00:00
"type": "number"
2019-12-19 10:37:53 +00:00
}
},
"acls": [{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}]
}