|
@@ -14,5 +14,6 @@ module.exports = app => {
|
|
|
router.post(target, `${profix}${vision}/${index}/${target}/import`, controller[index][target].toImport);
|
|
|
// 导出
|
|
|
router.post(target, `${profix}${vision}/${index}/${target}/export`, controller[index][target].toExport);
|
|
|
+ router.get(target, `${profix}${vision}/${index}/${target}/getByCN/:create_number`, controller[index][target].getByCN);
|
|
|
|
|
|
};
|