forked from rongchao/epmet-cloud-rizhao
				
			
				 1 changed files with 28 additions and 0 deletions
			
			
		@ -0,0 +1,28 @@ | 
				
			|||||
 | 
					package com.epmet.dataaggre.dto.epmettduck.result; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import lombok.Data; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					import java.io.Serializable; | 
				
			||||
 | 
					import java.util.List; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					/** | 
				
			||||
 | 
					 * @Description TODO | 
				
			||||
 | 
					 * @Author yinzuomei | 
				
			||||
 | 
					 * @Date 2021/9/18 3:40 下午 | 
				
			||||
 | 
					 */ | 
				
			||||
 | 
					@Data | 
				
			||||
 | 
					public class CascaderDTO implements Serializable { | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 选项id | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private Integer id; | 
				
			||||
 | 
					    /** | 
				
			||||
 | 
					     * 选项名 | 
				
			||||
 | 
					     */ | 
				
			||||
 | 
					    private String label; | 
				
			||||
 | 
					
 | 
				
			||||
 | 
					    private String value; | 
				
			||||
 | 
					    private List<String> labels; | 
				
			||||
 | 
					    private List<Integer> ids; | 
				
			||||
 | 
					} | 
				
			||||
 | 
					
 | 
				
			||||
					Loading…
					
					
				
		Reference in new issue