This commit is contained in:
2026-07-23 17:17:56 +08:00
parent 35afec99f6
commit af8c9ac2e6
29 changed files with 251 additions and 43 deletions

View File

@@ -48,7 +48,10 @@ public class MileageRecord extends TenantEntity {
@Serial
private static final long serialVersionUID = 1L;
@Schema(description = "牌号")
@Schema(description = "船类型")
private String vehicleType;
@Schema(description = "车牌号/船号")
private String vehicleNo;
@Schema(description = "上月统计里程")
@@ -63,6 +66,9 @@ public class MileageRecord extends TenantEntity {
@Schema(description = "累计行驶里程")
private BigDecimal totalMileage;
@Schema(description = "里程单位")
private String mileageUnit;
@Schema(description = "附件")
private String attachments;