forked from luyan/epmet-cloud-lingshan
				
			
				 1 changed files with 72 additions and 0 deletions
			
			
		@ -0,0 +1,72 @@ | 
				
			|||
package com.epmet.dto.result; | 
				
			|||
 | 
				
			|||
import com.fasterxml.jackson.annotation.JsonIgnore; | 
				
			|||
import lombok.Data; | 
				
			|||
 | 
				
			|||
import java.io.Serializable; | 
				
			|||
import java.util.ArrayList; | 
				
			|||
import java.util.List; | 
				
			|||
 | 
				
			|||
/** | 
				
			|||
 * @Author zxc | 
				
			|||
 * @DateTime 2020/12/21 下午3:31 | 
				
			|||
 */ | 
				
			|||
@Data | 
				
			|||
public class IcEventProcessListResultDTO implements Serializable { | 
				
			|||
 | 
				
			|||
    private static final long serialVersionUID = 5762152044573235897L; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 进展Id | 
				
			|||
     */ | 
				
			|||
    private String processId; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 处理进展名称 | 
				
			|||
     */ | 
				
			|||
    private String processName; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 处理进展时间 | 
				
			|||
     */ | 
				
			|||
    private Long processTime; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 处理部门 | 
				
			|||
     */ | 
				
			|||
    private String departmentName; | 
				
			|||
    /** | 
				
			|||
     * 公开答复 | 
				
			|||
     */ | 
				
			|||
    private String publicReply; | 
				
			|||
    /** | 
				
			|||
     * 协办单位类型,1社区自组织,2联建单位 | 
				
			|||
     */ | 
				
			|||
    @JsonIgnore | 
				
			|||
    private String assistanceUnitType; | 
				
			|||
    /** | 
				
			|||
     * 协办单位ID | 
				
			|||
     */ | 
				
			|||
    private String assistanceUnitId; | 
				
			|||
    /** | 
				
			|||
     * 协办单位名字 | 
				
			|||
     */ | 
				
			|||
    private String assistanceUnitName; | 
				
			|||
    /** | 
				
			|||
     * 回复event  项目project  需求demand | 
				
			|||
     */ | 
				
			|||
    private String type; | 
				
			|||
    /** | 
				
			|||
     * 服务方【事件被转需求,需求在办结时的服务方名称】 | 
				
			|||
     */ | 
				
			|||
    private String serviceParty; | 
				
			|||
    /** | 
				
			|||
     * 服务时间 | 
				
			|||
     */ | 
				
			|||
    private String serviceTime; | 
				
			|||
    /** | 
				
			|||
     * 实际服务时间【事件被转需求,需求在办结时填写的实际服务时间 xx至xx】 | 
				
			|||
     */ | 
				
			|||
    private String actualServiceTime; | 
				
			|||
 | 
				
			|||
} | 
				
			|||
					Loading…
					
					
				
		Reference in new issue