forked from rongchao/epmet-cloud-rizhao
				
			
				 5 changed files with 65 additions and 4 deletions
			
			
		@ -0,0 +1,22 @@ | 
				
			|||
package com.epmet.dto.form; | 
				
			|||
 | 
				
			|||
import lombok.Data; | 
				
			|||
 | 
				
			|||
import javax.validation.constraints.NotBlank; | 
				
			|||
import java.io.Serializable; | 
				
			|||
import java.util.List; | 
				
			|||
 | 
				
			|||
/** | 
				
			|||
 * @Description test | 
				
			|||
 * @Author yinzuomei | 
				
			|||
 * @Date 2021/11/2 10:38 上午 | 
				
			|||
 */ | 
				
			|||
@Data | 
				
			|||
public class DynamicQueryFormDTO implements Serializable { | 
				
			|||
    private String customerId; | 
				
			|||
    private String formCode="resi_base_info"; | 
				
			|||
    @NotBlank(message = "resultTableName不能为空") | 
				
			|||
    private String resultTableName; | 
				
			|||
    private List<ResiUserQueryValueDTO> conditions; | 
				
			|||
} | 
				
			|||
 | 
				
			|||
					Loading…
					
					
				
		Reference in new issue