module.exports = { doc: "分组表", api: true,//是否需要生成api接口 model: { gid: {type: "STRING", comment: '分组id'}, name: {type: "STRING", comment: '分组名称'}, to_gid: {type: "STRING", comment: '上级分组id'}, to_oid: {type: "STRING", comment: '所属组织id'}, }, }