maven
3 天以前 e87554095d74fa8e0c6138ddd61260606725b0bc
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 {
 
}