From 601d2f9df6efa3de3bbc261d5f63628d8e8be6a9 Mon Sep 17 00:00:00 2001 From: zhangzeli <123456> Date: 星期一, 10 一月 2022 11:20:14 +0800 Subject: [PATCH] bug --- xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java index beecf8d..0ca8451 100644 --- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java +++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Alarm.java @@ -28,6 +28,11 @@ @ApiModelProperty(value = "杞﹁締id") private String carId; + //1:鐤插姵椹鹃┒ + //2:鎺ユ墦鐢佃瘽 + //3:涓嶇郴瀹夊叏甯� + //4:鎶界儫 + //5:杞﹀帰寮傚父寮�鍚� @ApiModelProperty(value = "鍏蜂綋绫诲瀷濡備笅") private int type; @@ -46,4 +51,9 @@ @ApiModelProperty(value = "鏄惁琚皟鐢� 0锛氬惁 1锛氭槸") private int flag; + @ApiModelProperty(value = "杞︽満鎶ヨid") + private String alarmId; + + @ApiModelProperty(value = "寮傚父寮�鍚浘鐗�") + private String alarmImg; } \ No newline at end of file -- Gitblit v1.9.1