修改下划线分隔的字段
This commit is contained in:
@@ -7,8 +7,8 @@ export interface MusicModel {
|
||||
title?: string // 标题
|
||||
album?: string // 唱片集
|
||||
artist?: string // 艺术家
|
||||
lib_id: string // 歌单ID
|
||||
lyric_id: string // 歌词ID
|
||||
libId: string // 歌单ID
|
||||
lyricId: string // 歌词ID
|
||||
isEditing?: boolean // 是否正在编辑当前行
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ export interface MusicLibModel {
|
||||
|
||||
export interface MusicLyricModel {
|
||||
_id?: string
|
||||
cloud_id?: number
|
||||
cloudId?: number
|
||||
name?: string
|
||||
lyric?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user