package com.ruoyi.vehicleInformationCollectionReview.dto; import com.ruoyi.vehicleInformationCollectionReview.pojo.VehicleInformationCollectionReview; import lombok.Data; @Data public class VehicleInformationCollectionReviewDTO extends VehicleInformationCollectionReview { }