Peng Peidong
2023-05-30 31d44ad3728436440c6993493cd9b4d405cdcf7e
fix(api/demo): fix typo (#2808)

1个文件已修改
4 ■■■■ 已修改文件
src/api/demo/model/optionsModel.ts 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/demo/model/optionsModel.ts
@@ -1,8 +1,8 @@
import { BasicFetchResult } from '/@/api/model/baseModel';
export interface DemoOptionsItem {
  label: string;
  value: string;
  name: string;
  id: string;
}
export interface selectParams {