{
	"name": "UserSync",
	"base": "VnModel",
	"options": {
		"mysql": {
			"table": "account.userSync"
		}
	},
	"properties": {
		"name": {
			"type": "string",
			"id": true
		}
	}
}