|  |  | 
 |  |  |  | 
 |  |  | import com.dy.common.mw.protocol.*; | 
 |  |  | import com.dy.common.mw.protocol.p206V1_0_0.*; | 
 |  |  | import com.dy.common.mw.protocol.p206V1_0_0.upVos.DataCd3CVo; | 
 |  |  | import com.dy.common.mw.protocol.p206V1_0_0.upVos.DataCd3DVo; | 
 |  |  | import com.dy.common.util.ByteUtilUnsigned; | 
 |  |  | import org.apache.logging.log4j.LogManager; | 
 |  |  | import org.apache.logging.log4j.Logger; | 
 |  |  | 
 |  |  |      */ | 
 |  |  |     protected void doParse(byte[] bs, int bsLen, String dataCode, Data data) throws Exception { | 
 |  |  |         DataV1_0_1 dV1 = (DataV1_0_1)data.getSubData() ; | 
 |  |  |         DataCd3CVo cdData = new DataCd3CVo() ; | 
 |  |  |         DataCd3DVo cdData = new DataCd3DVo() ; | 
 |  |  |         dV1.subData = cdData ; | 
 |  |  |         int priceInt = ByteUtilUnsigned.bytes2Short_LE(bs, ProtocolConstantV206V1_0_0.dataIndex) ; | 
 |  |  |         cdData.price = priceInt/100.0D; |