소스 검색

设备参数

wangyangyang 4 년 전
부모
커밋
8329527ad4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;