zhubaomin
2 天以前 c2976b80e8850be2d28dc2132c6659856b871f3c
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/CommandType.java
@@ -12,9 +12,14 @@
    * 针对Rtu外部命令
    * 只能是异步,命令结果通过相关的信息发布通道发布出去
    */
   @SuppressWarnings("unused")
   public static final String outerCommand = "outerCommand" ;
   /**
    * 针对Rtu外部透传命令
    * 只能是异步,命令结果通过相关的信息发布通道发布出去
    */
   public static final String outerTransCommand = "outerTransCommand" ;
   /**
    * 本命令是一个别的命令的结果(结果以命令的方式表示)
    */