1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||
|
package com.elink.esua.epdc.dto.analysis.pc.screen.form; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* create by: zhangfenghe |
||||
|
* description: 疫情防控-疫苗接种情况请求对象 |
||||
|
* create time: 2021/8/11$ 21:00$ |
||||
|
*/ |
||||
|
@Data |
||||
|
public class EpdcScreenEpidemicVaccinationStatisticsFormDTO implements Serializable { |
||||
|
|
||||
|
private static final long serialVersionUID = 1007443787006330567L; |
||||
|
|
||||
|
/** |
||||
|
* 组织类型:街道:street_party,社区:community_party |
||||
|
*/ |
||||
|
private String typeKey; |
||||
|
} |
Loading…
Reference in new issue