diff --git a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/domain/KitchenDeviceSensorMetric.java b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/domain/KitchenDeviceSensorMetric.java index 70a22e5..b225afc 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/domain/KitchenDeviceSensorMetric.java +++ b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/kitchen/domain/KitchenDeviceSensorMetric.java @@ -33,16 +33,6 @@ public class KitchenDeviceSensorMetric extends BaseEntity { @ApiModelProperty(value = "参数编码") private String measureCode; - /** 参数名称 */ - @Excel(name = "参数名称") - @ApiModelProperty(value = "参数代码") - private String measureCode; - - /** 参数名称 */ - @Excel(name = "参数名称") - @ApiModelProperty(value = "参数代码") - private String deviceType; - /** 参数名称 */ @Excel(name = "参数名称") @ApiModelProperty(value = "参数名称")