forked from rongchao/epmet-cloud-rizhao
5 changed files with 29 additions and 13 deletions
@ -0,0 +1,23 @@ |
|||
package com.epmet.dto.result; |
|||
|
|||
import lombok.Data; |
|||
import lombok.NoArgsConstructor; |
|||
|
|||
import java.io.Serializable; |
|||
import java.util.List; |
|||
|
|||
/** |
|||
* @Description: |
|||
* @Author: lichao |
|||
* @Date: 2023/4/11 15:05 |
|||
*/ |
|||
@NoArgsConstructor |
|||
@Data |
|||
public class HouseCountPictureListResultDTO implements Serializable { |
|||
|
|||
private static final long serialVersionUID = 2063032844842070847L; |
|||
|
|||
private String type; |
|||
|
|||
private Integer count; |
|||
} |
Loading…
Reference in new issue