Step F2:项目列表 & 当前项目上下文
This commit is contained in:
@@ -25,3 +25,10 @@ export interface UserInfo {
|
||||
}
|
||||
|
||||
export type UserMeResponse = UserInfo;
|
||||
|
||||
export interface Study {
|
||||
id: string;
|
||||
code: string;
|
||||
name: string;
|
||||
status: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user