add service

This commit is contained in:
2025-05-21 21:20:25 +08:00
parent 8ab109ce26
commit 4c063515ba
8 changed files with 89 additions and 19 deletions
+1
View File
@@ -7,5 +7,6 @@ export enum PostOrder {
CREATED = 'createdAt',
UPDATED = 'updatedAt',
PUBLISHED = 'publishedAt',
COMMENTCOUNT = 'commentCount',
CUSTOM = 'custom',
}