add order for category

This commit is contained in:
2026-01-05 11:28:36 +03:30
parent 2f4356e8da
commit f4dd09f7a6
4 changed files with 20 additions and 1 deletions
@@ -21,4 +21,7 @@ export class Category extends BaseEntity {
@Property({ nullable: true })
avatarUrl?: string;
@Property({ type: 'int', nullable: true })
order?: number;
}