feat:故障记录展示

dev
袁子龙 2024-09-22 22:31:04 +08:00
parent 1facc25586
commit 47a67d40c7
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ public class SysCarFaultLog extends BaseEntity {
/** 是否已读 */ /** 是否已读 */
private Integer isRead; private Integer isRead;
/** VIN码 */
private String vin;
} }