UNPKG

simple-coder

Version:

tool to generate code and framework

14 lines (13 loc) 322 B
/** * Created by zhangyq on 2016/5/1. */ module.exports = { name: "level", channel:"社会阶层", fields: { id: {type: 'Long', dName: "编号"}, name: {type: 'String', dName: "名称",show:true}, description: {type: 'String', dName: "阶层描述",show:"yes"}, } }