forked from rongchao/epmet-cloud-rizhao
8 changed files with 107 additions and 7 deletions
@ -0,0 +1,24 @@ |
|||
package com.epmet.dto.result; |
|||
|
|||
import com.fasterxml.jackson.annotation.JsonIgnore; |
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* @Author zxc |
|||
* @DateTime 2022/1/24 10:25 上午 |
|||
* @DESC |
|||
*/ |
|||
@Data |
|||
public class UserWarnNameListResultDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = 6695538440686292540L; |
|||
|
|||
@JsonIgnore |
|||
private String buildingId; |
|||
|
|||
private String residentName; |
|||
|
|||
private String userId; |
|||
} |
Loading…
Reference in new issue