salix/back/models/user-phone-type.json

19 lines
318 B
JSON
Raw Normal View History

2019-10-15 12:44:00 +00:00
{
"name": "UserPhoneType",
"base": "VnModel",
"options": {
"mysql": {
"table": "userPhoneType"
}
},
"properties": {
"code": {
"id": true,
"type": "String"
},
"description": {
"type": "String"
}
}
}