package com.boying.entity.vo; import com.boying.entity.PaymentLog; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; import org.springframework.format.annotation.DateTimeFormat; import java.util.Date; /** * @author kdq * @version 1.0.0 * @ClassName MonthFeePayVo.java * @Description TODO * @createTime 2024年12月20日 16:36:00 */ @Data public class MonthFeePayVo extends PaymentLog { private Integer enterParkId; private Integer outParkId; private String code; }