liukangdong
2024-10-08 552dcd8d48b4de12046ec90e7e908493b26b4336
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/PlatformWarnEvent.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;
@@ -72,4 +73,12 @@
    @ExcelColumn(name="预警类型 0 =  作业超时 ;1=停靠错误")
    private Integer eventType;
    @ApiModelProperty(value = "月台名称")
    @TableField(exist = false)
    private String platformName;
    @ApiModelProperty(value = "月台海康主键")
    @TableField(exist = false)
    private String platfromHkId;
}