仪表盘
版本库
文件存储
活动
搜索
登录
admin
/
product-inventory-management-after
分支自
product-inventory-management-after
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'dev_tide_gybjyhglxt' into dev_tide_gybjyhglxt_xindao
zouyu
2026-01-10
0febd1ea7218cf2ae28cad07912bf6ba7b881d2c
[~admin/product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
vehicleInformationCollectionReview
/
dto
/
VehicleInformationCollectionReviewDTO.java
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 {
}