2 changed files with 11 additions and 6 deletions
@ -0,0 +1,11 @@ |
|||||
|
package com.epmet.dto.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
@Data |
||||
|
public class HouseUserDTO implements Serializable { |
||||
|
private String icResiUserId; |
||||
|
private String icUserName; |
||||
|
} |
Loading…
Reference in new issue