maven
3 天以前 631234e020a5c8c1ca96fb40aa284a81c4e7bf97
1
2
3
4
5
6
7
8
9
package com.ruoyi.vehicleInformationCollectionReview.dto;
 
import com.ruoyi.vehicleInformationCollectionReview.pojo.VehicleInformationCollectionReview;
import lombok.Data;
 
@Data
public class VehicleInformationCollectionReviewDTO extends VehicleInformationCollectionReview {
 
}