doum
9 天以前 66b84de58e3efae14c1e258ee716e02ad9557497
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/WarningRuleDetail.java
@@ -1,6 +1,7 @@
package com.doumee.dao.business.model;
import com.doumee.core.annotation.excel.ExcelColumn;
import com.doumee.service.business.third.model.LoginUserModel;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import com.baomidou.mybatisplus.annotation.IdType;
@@ -18,7 +19,7 @@
@Data
@ApiModel("报警规则配置明细表")
@TableName("`warning_rule_detail`")
public class WarningRuleDetail {
public class WarningRuleDetail  extends LoginUserModel {
    @ApiModelProperty(value = "主键", example = "1")
    @ExcelColumn(name="主键")
@@ -58,9 +59,9 @@
    @ExcelColumn(name="报警类型编码(关联warning)")
    private Integer warningId;
    @ApiModelProperty(value = "多规则间隔时间(秒)", example = "1")
    @ExcelColumn(name="多规则间隔时间(秒)")
    private Integer regionCode;
    @ApiModelProperty(value = "区域编码", example = "1")
    @ExcelColumn(name="区域编码")
    private String regionCode;
    @ApiModelProperty(value = "排序码")
    @ExcelColumn(name="排序码")