feat(admin): manage and sync product details

This commit is contained in:
yeuimu
2026-08-21 10:18:57 +08:00
parent 7d09077f1d
commit d375df810d
18 changed files with 507 additions and 106 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export class SyncLogDto {
id!: string;
@ApiProperty()
type!: 'CATEGORIES' | 'PRODUCTS';
type!: 'CATEGORIES' | 'PRODUCTS' | 'PRODUCT_DETAILS';
@ApiProperty()
status!: 'RUNNING' | 'SUCCESS' | 'FAILED';