JLChen
2021-11-05 de72a7843ceb868c89fc11983e315849caa28573
1
2
3
4
5
6
7
package com.hdl.sdk.ttl.HDLAppliances.HDLAudio.bean;
 
public class HDLBgmSourceBean {
    private int areaNum;//区号
    private int sourceNum;//源号
    private int curVol;//当前音量。范围0-79。如第三方有100音量值,应该回复79
}