Files
tashow-manager/src/services/prodApi/index.ts
2025-09-09 16:58:30 +08:00

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,
};