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/18$ 14:14$ |
||||
|
*/ |
||||
|
@Data |
||||
|
public class EpdcScreenFrontPageDeptInfoFormDTO implements Serializable { |
||||
|
private static final long serialVersionUID = -3817459622586404913L; |
||||
|
|
||||
|
/** |
||||
|
*组织类型:街道:street-party,社区:community-party |
||||
|
*/ |
||||
|
private String typeKey; |
||||
|
|
||||
|
} |
Loading…
Reference in new issue