Commit 8484220d authored by 胡小根's avatar 胡小根

modify schema.js

parent 3f7e4a05
......@@ -745,13 +745,13 @@ const ModelSchema = {
}
]
},
'菜单': {
'model': '菜单',
'modelPlural': '菜单',
'modelCamel': '菜单',
'modelCamelPlural': '菜单',
'modelUnderscore': '菜单',
'modelUnderscorePlural': '菜单',
'Menu': {
'model': 'Menu',
'modelPlural': 'Menus',
'modelCamel': 'menu',
'modelCamelPlural': 'menus',
'modelUnderscore': 'menu',
'modelUnderscorePlural': 'menus',
'columns': [
{
'id': 'o107',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment