11 lines
202 B
TypeScript
11 lines
202 B
TypeScript
// @ts-ignore
|
|
/* eslint-disable */
|
|
// API 更新时间:
|
|
// API 唯一标识:
|
|
import * as product from "./product";
|
|
import * as category from "./category";
|
|
export default {
|
|
product,
|
|
category,
|
|
};
|