zouyu
2 天以前 02f6d9e4d4f18060c41a7ea891c4c20adf92f335
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 {
 
}