预警调试
This commit is contained in:
parent
1b0936cd08
commit
74b79d3bcc
|
|
@ -1,5 +1,6 @@
|
|||
package com.bonus.base.domain;
|
||||
|
||||
import com.bonus.common.core.annotation.Excel;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import java.io.Serializable;
|
||||
|
|
@ -32,6 +33,18 @@ public class TbDevAttribute implements Serializable {
|
|||
@Size(max = 64,message = "检测名称最大长度要小于 64")
|
||||
private String jcName;
|
||||
|
||||
/**
|
||||
* 设备类型(码表)
|
||||
*/
|
||||
@ApiModelProperty(value="设备类型(码表)")
|
||||
private String devType;
|
||||
|
||||
/**
|
||||
* 设备名称
|
||||
*/
|
||||
@ApiModelProperty(value="设备名称")
|
||||
private String devName;
|
||||
|
||||
/**
|
||||
* 检测值
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue