package com.hz.his.dto; import lombok.Data; /** * 收款明细 **/ @Data public class DPayDetailDto { private String startTime; private String endTime; }