소스 검색

四则运算表达式接口,添加新的双值替换

zhoupeng 1 년 전
부모
커밋
91ba67774e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      chaunyi_opc/opc_common/src/main/java/com/example/opc_common/entity/DataModel.java

+ 2 - 2
chaunyi_opc/opc_common/src/main/java/com/example/opc_common/entity/DataModel.java

@@ -36,11 +36,11 @@ public class DataModel implements Serializable {
      */
     private String replacingValue;
     /**
-     * 单值替换第二个,operation_rule_two
+     * 单值替换第二个
      */
     private String operationRuleTwo;
     /**
-     * 替换第二个为,replacing_value_two
+     * 替换第二个为
      */
     private String replacingValueTwo;
     /**