diff --git a/src/main/java/com/zhgd/xmgl/modules/frontierprotectionnonet/entity/FrontierProtectionNoNetData.java b/src/main/java/com/zhgd/xmgl/modules/frontierprotectionnonet/entity/FrontierProtectionNoNetData.java index 23d5405f6..9476ad660 100644 --- a/src/main/java/com/zhgd/xmgl/modules/frontierprotectionnonet/entity/FrontierProtectionNoNetData.java +++ b/src/main/java/com/zhgd/xmgl/modules/frontierprotectionnonet/entity/FrontierProtectionNoNetData.java @@ -125,10 +125,14 @@ public class FrontierProtectionNoNetData implements Serializable { @ApiModelProperty(value = "操作时间") private java.util.Date operateTime; - @TableField(exist = false) - @ApiModelProperty(value = "设备名称") - private java.lang.String devName; - @TableField(exist = false) - @ApiModelProperty(value = "设备位置") - private java.lang.String location; + @TableField(exist = false) + @ApiModelProperty(value = "设备名称") + private java.lang.String devName; + @TableField(exist = false) + @ApiModelProperty(value = "设备位置") + private java.lang.String location; + + @TableField(exist = false) + @ApiModelProperty(value = "操作人") + private java.lang.String operateName; } diff --git a/src/main/java/com/zhgd/xmgl/modules/frontierprotectionnonet/mapper/xml/FrontierProtectionNoNetDataMapper.xml b/src/main/java/com/zhgd/xmgl/modules/frontierprotectionnonet/mapper/xml/FrontierProtectionNoNetDataMapper.xml index 991543cc3..4e8c757c4 100644 --- a/src/main/java/com/zhgd/xmgl/modules/frontierprotectionnonet/mapper/xml/FrontierProtectionNoNetDataMapper.xml +++ b/src/main/java/com/zhgd/xmgl/modules/frontierprotectionnonet/mapper/xml/FrontierProtectionNoNetDataMapper.xml @@ -3,7 +3,7 @@