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

21 lines
393 B
JSON

{
"name": "GreugeConfig",
"base": "VnModel",
"options": {
"mysql": {
"table": "greugeConfig"
}
},
"properties": {
"freightPickUpPrice": {
"type": "number"
}
},
"acls": [{
"accessType": "READ",
"principalType": "ROLE",
"principalId": "$everyone",
"permission": "ALLOW"
}]
}