whycxzp
2025-03-27 7925ef302290e7a1125058cc4d246660213429de
src/main/java/com/whyc/dto/FBS9100_ComBase.java
@@ -233,4 +233,14 @@
   public static final int      CMD_ControlRectifModel   =0xA4;            //控制整流模块
   public static final int      CMD_ControlRectifModel_ACK=0xA5;         //控制整流模块成功
   /**东峰平台*/
   public static final int CMD_StartDischarge_DF         = 0x25;      //启动放电测试
   public static final int CMD_StartDischargeAck_DF      = 0x26;      //启动放电测试成功
   public static final int CMD_StopDischarge_DF         = 0x27;      //停止放电测试
   public static final int CMD_StopDischargeAck_DF      = 0x28;      //停止放电测试成功
   public static final int CMD_StartChrCharge_DF         = 0x40;      //启动充电测试
   public static final int CMD_StartChrChargeAck_DF      = 0x41;      //启动充电测试成功
   public static final int CMD_StopChrCharge_DF         = 0x42;      //停止充电测试
   public static final int CMD_StopChrChargeAck_DF      = 0x43;      //停止充电测试成功
}