package com.lunhan.water.entity.search; import lombok.Data; import com.lunhan.water.entity.dto.SearchBasicDTO; /** * PaymentRecords * @author lin.liu */ @Data public class SearchPaymentRecords extends SearchBasicDTO { /** * 日期筛选类型(1当日 2本周 3本月 4本年) */ private Integer dateType; /** * 用户id */ private Long userId; }