chenjun3_wd

预约bean

  1 +interface LiveDTO {
  2 + liveId: number;
  3 + relationId: string;
  4 + subscribe: boolean;
  5 +}