feat(subscription): Refactor subscription handling and update imports for better organization

This commit is contained in:
web@ppanel
2025-03-08 12:34:23 +07:00
parent 3222016799
commit 2215c7f2b9
27 changed files with 1042 additions and 180 deletions
+3 -1
View File
@@ -1,11 +1,12 @@
// @ts-ignore
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as announcement from './announcement';
import * as document from './document';
import * as order from './order';
import * as payment from './payment';
import * as portal from './portal';
import * as subscribe from './subscribe';
import * as ticket from './ticket';
import * as user from './user';
@@ -14,6 +15,7 @@ export default {
document,
order,
payment,
portal,
subscribe,
ticket,
user,