add order for category
This commit is contained in:
@@ -21,4 +21,7 @@ export class Category extends BaseEntity {
|
||||
|
||||
@Property({ nullable: true })
|
||||
avatarUrl?: string;
|
||||
|
||||
@Property({ type: 'int', nullable: true })
|
||||
order?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user