浏览代码

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

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;
     /**