调整
This commit is contained in:
@@ -6,3 +6,13 @@ export class Link {
|
||||
iconPath: string;
|
||||
desc: string;
|
||||
}
|
||||
|
||||
|
||||
export class ApplyLinkReq {
|
||||
desc: string;
|
||||
email: string;
|
||||
iconPath: string;
|
||||
linkUrl: string;
|
||||
name: string;
|
||||
url: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user