|
|
@@ -7,7 +7,7 @@ import com.yunfeiyun.agmp.common.annotation.Excel;
|
|
|
|
|
|
/**
|
|
|
* 告警接收者对象 IotWarnreceiver
|
|
|
- *
|
|
|
+ *
|
|
|
* @author 杨晓辉
|
|
|
* @date 2025-03-07
|
|
|
*/
|
|
|
@@ -33,5 +33,7 @@ public class IotWarnreceiver extends IotBaseEntity {
|
|
|
/** 租户标识 */
|
|
|
@Length(max = 36 , message = "租户标识最大长度为36")
|
|
|
private String tid;
|
|
|
+ /** 接收者名称 */
|
|
|
+ private String userName;
|
|
|
|
|
|
}
|