liukangdong
2024-10-18 a2746876e81443d52bc4cb6f35bf8554741a6b4c
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;
}