Browse Source

设备参数

wangyangyang 4 years ago
parent
commit
8329527ad4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sms_water/src/main/java/com/huaxu/entity/DeviceParmEntity.java

+ 1 - 0
sms_water/src/main/java/com/huaxu/entity/DeviceParmEntity.java

@@ -49,6 +49,7 @@ public class DeviceParmEntity implements Serializable {
     @ApiModelProperty("是否工艺图参数")
     private Boolean isArtwork;
     @ApiModelProperty("参数类型")
+    @TableField(updateStrategy = FieldStrategy.IGNORED)
     private Integer parmType;
     @ApiModelProperty("排序")
     private Integer seq;