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 { }