2 changed files with 28 additions and 8 deletions
@ -0,0 +1,25 @@ |
|||||
|
package com.elink.esua.epdc.dto.analysis.pc.screen.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* create by: zhangfenghe |
||||
|
* description: 图片信息 |
||||
|
* create time: 2021/8/12$ 18:42$ |
||||
|
*/ |
||||
|
@Data |
||||
|
public class EpdcScreenImagesDTO implements Serializable { |
||||
|
private static final long serialVersionUID = -6461748301941044702L; |
||||
|
|
||||
|
/** |
||||
|
* 社会治理业务流转图 |
||||
|
*/ |
||||
|
private String deptBusinessCirculationImgUrl; |
||||
|
|
||||
|
/** |
||||
|
* 党组织架构图 |
||||
|
*/ |
||||
|
private String deptPartyOrganizationStructureImgUrl; |
||||
|
} |
Loading…
Reference in new issue