{
	"name": "Module",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "salix.module"
		}
	},
	"properties": {
		"code": {
			"type": "string",
			"id": true
		}
	},
	"acls": [
		{
			"accessType": "READ",
			"principalType": "ROLE",
			"principalId": "$everyone",
			"permission": "ALLOW"
		}
	]
}