9 changed files with 107 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
package com.epmet.dto.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @Author zxc |
||||
|
* @DateTime 2022/4/12 16:40 |
||||
|
* @DESC |
||||
|
*/ |
||||
|
@Data |
||||
|
public class HousesNameResultDTO implements Serializable { |
||||
|
|
||||
|
private static final long serialVersionUID = -8643628706377635279L; |
||||
|
|
||||
|
private String idCard; |
||||
|
|
||||
|
private String houseName; |
||||
|
} |
Loading…
Reference in new issue