doum
4 天以前 b1941a86deae55e72823961b0efcec61349fa720
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRuleDetail.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 com.doumee.service.business.third.model.LoginUserModel;
import io.swagger.annotations.ApiModel;
@@ -22,6 +23,7 @@
public class WarningRuleDetail  extends LoginUserModel {
    @ApiModelProperty(value = "主键", example = "1")
    @TableId(type = IdType.AUTO)
    @ExcelColumn(name="主键")
    private Integer id;
@@ -75,4 +77,11 @@
    @ExcelColumn(name="区域主键")
    private String regionId;
    @ApiModelProperty(value = "告警类型编码")
    @TableField(exist = false)
    private String code;
}