server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformDevice.java
@@ -1,5 +1,6 @@ package com.doumee.dao.business.model; import com.baomidou.mybatisplus.annotation.TableField; import com.doumee.core.annotation.excel.ExcelColumn; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -82,4 +83,8 @@ @ExcelColumn(name="设备編碼") private String hkNo; @ApiModelProperty(value = "led空闲文案") @TableField(exist = false) private String ledContent; }