forked from luyan/epmet-cloud-lingshan
				
			
				 17 changed files with 362 additions and 137 deletions
			
			
		@ -0,0 +1,47 @@ | 
				
			|||||
 | 
					package com.epmet.dataaggre.dto.epmetuser.result; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import lombok.Data; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import java.io.Serializable; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					/** | 
				
			||||
 | 
					 * @Description 工作人员信息结果 | 
				
			||||
 | 
					 * @Auth sun | 
				
			||||
 | 
					 */ | 
				
			||||
 | 
					@Data | 
				
			||||
 | 
					public class StaffInfoResultDTO implements Serializable { | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private static final long serialVersionUID = -746814280620822111L; | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 用户Id | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String userId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 用户名 | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String userName; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 手机号 | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String mobile; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 性别0.未知,1男,2.女 | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private Integer gender; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 组织Id | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String orgId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 组织名 | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String orgName; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					} | 
				
			||||
@ -0,0 +1,32 @@ | 
				
			|||||
 | 
					package com.epmet.dto.result; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import lombok.Data; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import java.io.Serializable; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					/** | 
				
			||||
 | 
					 * desc:客户下网格工作人员结果 | 
				
			||||
 | 
					 * @Author zxc | 
				
			||||
 | 
					 * @DateTime 2021/6/8 3:23 下午 | 
				
			||||
 | 
					 * @DESC | 
				
			||||
 | 
					 */ | 
				
			||||
 | 
					@Data | 
				
			||||
 | 
					public class CustomerGridStaffResultDTO implements Serializable { | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private static final long serialVersionUID = -5910427385795368242L; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private String userId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private String userName; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private String mobile; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private Integer gender; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private String gridId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private String gridName; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private String agencyId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					} | 
				
			||||
@ -0,0 +1,32 @@ | 
				
			|||||
 | 
					package com.epmet.dto.result; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import lombok.Data; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import java.io.Serializable; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					/** | 
				
			||||
 | 
					 * @author 在网格中的工作人员 | 
				
			||||
 | 
					 * @dscription | 
				
			||||
 | 
					 * @date 2020/4/23 16:08 | 
				
			||||
 | 
					 */ | 
				
			||||
 | 
					@Data | 
				
			||||
 | 
					public class CustomerStaffGridResultDTO implements Serializable { | 
				
			||||
 | 
						private static final long serialVersionUID = 1301415104939403933L; | 
				
			||||
 | 
						/** | 
				
			||||
 | 
						 * 用户ID | 
				
			||||
 | 
						 */ | 
				
			||||
 | 
						private String userId; | 
				
			||||
 | 
						/** | 
				
			||||
 | 
						 * 网格Id | 
				
			||||
 | 
						 */ | 
				
			||||
 | 
						private String gridId; | 
				
			||||
 | 
						/** | 
				
			||||
 | 
						 * 网格名称 | 
				
			||||
 | 
						 */ | 
				
			||||
 | 
						private String gridName; | 
				
			||||
 | 
						/** | 
				
			||||
 | 
						 * 组织Id | 
				
			||||
 | 
						 */ | 
				
			||||
 | 
						private String agencyId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					} | 
				
			||||
@ -0,0 +1,52 @@ | 
				
			|||||
 | 
					package com.epmet.dto.form; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import com.epmet.commons.tools.dto.form.PageFormDTO; | 
				
			||||
 | 
					import com.epmet.commons.tools.validator.group.DefaultGroup; | 
				
			||||
 | 
					import lombok.Data; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import javax.validation.constraints.NotBlank; | 
				
			||||
 | 
					import java.util.List; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					/** | 
				
			||||
 | 
					 * DESC:网格下的工作人员 查询 | 
				
			||||
 | 
					 * @author liujianjun | 
				
			||||
 | 
					 */ | 
				
			||||
 | 
					@Data | 
				
			||||
 | 
					public class GridStaffFormDTO extends PageFormDTO { | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 客户Id | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String customerId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 工作人员Id | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String userId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 工作人员姓名 | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String userName; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 手机号 | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String mobile; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 角色key | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    @NotBlank(message = "角色Key不能为空", groups = {DefaultGroup.class}) | 
				
			||||
 | 
					    private List<String> roleKeyList; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 组织ID | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String orgId; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 组织类型 agency or grid | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String orgType; | 
				
			||||
 | 
					} | 
				
			||||
					Loading…
					
					
				
		Reference in new issue