NEKaraokeOrderSongModel

@objcMembers
public class NEKaraokeOrderSongModel : NSObject, Codable

点歌模型

  • 点歌编号

    Declaration

    Swift

    public var orderId: Int64
  • 应用编号

    Declaration

    Swift

    public var appId: String
  • 房间编号

    Declaration

    Swift

    public var roomUuid: String
  • 用户编号

    Declaration

    Swift

    public var account: String { get set }
  • 用户名称

    Declaration

    Swift

    public var userName: String?
  • 用户头像

    Declaration

    Swift

    public var icon: String?
  • 歌曲标号

    Declaration

    Swift

    public var songId: String
  • 歌曲名称

    Declaration

    Swift

    public var songName: String?
  • 播放URL

    Declaration

    Swift

    public var songCover: String?
  • 演唱者

    Declaration

    Swift

    public var singer: String?
  • 歌手封面

    Declaration

    Swift

    public var singerCover: String?
  • 歌曲时长

    Declaration

    Swift

    public var songTime: Int?
  • Object-C使用

    Declaration

    Swift

    public var oc_songTime: Int { get set }
  • 操作者信息

    Declaration

    Swift

    public var actionOperator: NEKaraokeOperator?
  • 歌曲状态 -2 已唱 -1 删除 0:等待唱 1 唱歌中

    Declaration

    Swift

    public var status: Int?
  • Object-C使用

    Declaration

    Swift

    public var oc_status: Int { get }
  • 是否置顶(1 置顶 0 否)

    Declaration

    Swift

    public var setTop: Int?
  • Object-C使用 是否置顶(1 置顶 0 否)

    Declaration

    Swift

    public var oc_setTop: Int { get }
  • 版权来源:1:云音乐 2、咪咕

    Declaration

    Swift

    public var channel: Int?
  • Object-C使用 版权来源:1:云音乐 2、咪咕

    Declaration

    Swift

    public var oc_channel: Int { get }