feat():预警
parent
6d2f00360b
commit
bdf77f24a4
|
@ -14,6 +14,5 @@ public class CarType {
|
||||||
@TableId(value = "id")
|
@TableId(value = "id")
|
||||||
private Long id;
|
private Long id;
|
||||||
private String typeName;
|
private String typeName;
|
||||||
private Long messageId;
|
private Long templateId;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue