6 changed files with 64 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||||
|
package com.epmet.dto.result; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @ClassName AgencyCountCensus$ |
||||
|
* @Description |
||||
|
* @Date 2023/4/6 16:46 |
||||
|
* @Author lichao |
||||
|
**/ |
||||
|
public class AgencyCountCensusResultDTO implements Serializable { |
||||
|
|
||||
|
private static final long serialVersionUID = 4360690752084258055L; |
||||
|
|
||||
|
private String level; |
||||
|
private Integer count; |
||||
|
} |
Loading…
Reference in new issue