修改articles字段
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export class Category {
|
||||
id: number;
|
||||
name: string;
|
||||
articles: string;
|
||||
articles?: number[];
|
||||
size?: number;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
export class Tag {
|
||||
id?: number;
|
||||
name: string;
|
||||
articles?: string;
|
||||
articles?: number[];
|
||||
size: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user