zouyu
2 天以前 4809db01709fd66fe3a25452ef41a6378b6ac6c8
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 {
 
}