This commit is contained in:
2026-08-27 12:54:10 +08:00
parent b750f6ecf0
commit 171887811c
23 changed files with 377 additions and 94 deletions
@@ -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 = "上月统计里程")