chore: 调整字段名
- 将问题类型的类型名字段命名由type改为name
This commit is contained in:
@ -16,7 +16,7 @@ export interface QuestionTypeView {
|
||||
id: string;
|
||||
|
||||
/** 类型名 **/
|
||||
type: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user