{
	"name": "NotificationConfig",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "util.notificationConfig"
		}
	},
	"properties": {
        "id": {
            "type": "number",
            "id": true,
            "description": "Identifier"
        },
        "cleanDays": {
            "type": "number"
        }
    }
}