zouyu
2 天以前 0febd1ea7218cf2ae28cad07912bf6ba7b881d2c
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 {
 
}