|  | @@ -1,62 +0,0 @@
 | 
	
		
			
				|  |  | -package com.usky.dxtop.service.vo;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -import io.lettuce.core.output.DoubleOutput;
 | 
	
		
			
				|  |  | -import lombok.Data;
 | 
	
		
			
				|  |  | -import org.springframework.security.core.userdetails.UserDetails;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -import java.util.Date;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -/**
 | 
	
		
			
				|  |  | - * @author yq
 | 
	
		
			
				|  |  | - * @date 2021/9/7 17:57
 | 
	
		
			
				|  |  | - */
 | 
	
		
			
				|  |  | -@Data
 | 
	
		
			
				|  |  | -public class MdishVO {
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Long seq;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Date createDate;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private String card;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private String cardNo;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Integer type;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Integer part;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Integer shop;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private String termName;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private String shopName;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Double amt;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Double balance;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Integer account;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private String name;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private String mob;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Details details;
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -    private Payments payments;
 | 
	
		
			
				|  |  | -    @Data
 | 
	
		
			
				|  |  | -    public static class Details{
 | 
	
		
			
				|  |  | -        private Integer pid;
 | 
	
		
			
				|  |  | -        private String name;
 | 
	
		
			
				|  |  | -        private Double price;
 | 
	
		
			
				|  |  | -        private Double amt;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -    @Data
 | 
	
		
			
				|  |  | -    public static class Payments{
 | 
	
		
			
				|  |  | -        private Integer type;
 | 
	
		
			
				|  |  | -        private Double amt;
 | 
	
		
			
				|  |  | -        private Double balance;
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -}
 |