q-koa 7.8.5 → 7.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -174,6 +174,8 @@ exports.showTables = async (ctx) => {
|
|
|
174
174
|
modelQuery: lodash.get(target, 'modelQuery', {}),
|
|
175
175
|
// 删除时检查是不是含有
|
|
176
176
|
deleteCheckList: lodash.get(target, 'deleteCheckList', []),
|
|
177
|
+
// 批量更新字段
|
|
178
|
+
bulkCreateList: lodash.get(target, 'bulkCreateList', []),
|
|
177
179
|
}
|
|
178
180
|
})
|
|
179
181
|
|