Commit d6fae27e authored by 胡小根's avatar 胡小根

add shcema.json

parent e8358b2c
......@@ -79,5 +79,7 @@ module.exports = {
// `npm run build --report`
// Set to `true` or `false` to always turn it on or off
bundleAnalyzerReport: process.env.npm_config_report
}
},
components: 'src/views/haomo/components/**/[A-Z]*.vue'
}
{
"model": "Role",
"modelCamel": "Role",
"modelCamelPlural": "role",
"modelUnderscore": "role",
"modelUnderscorePlural": "roles",
"columns": [
{
"id": "o108",
"objectId": "9056FAE4-3EB0-4369-BEC5-CE2B04E60A3F",
"name": "ID",
"code": "ID",
"dataType": "string",
"length": "128",
"codeCamelPlural": "ids",
"codeUnderscore": "id",
"codeUnderscorePlural": "ids"
},
{
"id": "o109",
"objectId": "D6ED7B85-1958-4024-ADA6-8521242CE045",
"name": "名称",
"code": "name",
"dataType": "string",
"length": "11",
"codeCamel": "name",
"codeCamelPlural": "names",
"codeUnderscore": "name",
"codeUnderscorePlural": "names"
},
{
"id": "o110",
"objectId": "2CEAEAAB-BF05-4332-8D8B-A03D05C42C41",
"name": "创建时间",
"code": "CREATE_TIME",
"dataType": "datetime",
"codeCamel": "createTime",
"codeCamelPlural": "createTimes",
"codeUnderscore": "create_time",
"codeUnderscorePlural": "create_times"
}
]
}
\ No newline at end of file
......@@ -7,6 +7,8 @@
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build",
"build:prod": "cross-env NODE_ENV=production env_config=prod node build/build.js",
"build:sit": "cross-env NODE_ENV=production env_config=sit node build/build.js",
"lint": "eslint --ext .js,.vue src",
......
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