fix bug
This commit is contained in:
+2
-2
@@ -48,10 +48,10 @@ public class MileageRecord extends TenantEntity {
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@Schema(description = "车船类型")
|
||||
@Schema(description = "车辆类型")
|
||||
private String vehicleType;
|
||||
|
||||
@Schema(description = "车牌号/船号")
|
||||
@Schema(description = "车牌号")
|
||||
private String vehicleNo;
|
||||
|
||||
@Schema(description = "上月统计里程")
|
||||
|
||||
Reference in New Issue
Block a user