车辆导入

This commit is contained in:
19173159168
2025-07-17 20:19:29 +08:00
parent d71b9eae03
commit 27681082b1
4 changed files with 92 additions and 3 deletions

View File

@ -66,7 +66,7 @@ public class ZcCar extends BaseEntity
private BigDecimal purchasePrice;
/** 车辆归属 */
@Excel(name = "车辆归属")
@Excel(name = "车辆归属", dictType = "key_car_belong_type")
private String belongType;
/** 车辆图片 */