From c147230decca9748cdefed887a97fcb6c8910192 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 26 二月 2024 17:22:11 +0800 Subject: [PATCH] ERP接口 --- server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Retention.java | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Retention.java b/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Retention.java index 717a1f0..0a26680 100644 --- a/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Retention.java +++ b/server/dmvisit_service/src/main/java/com/doumee/dao/business/model/Retention.java @@ -64,8 +64,8 @@ @ExcelColumn(name="鍋ュ悍鐮�") private String imgurl; - @ApiModelProperty(value = "绫诲瀷 0鍔冲姟璁垮 1鏅�氳瀹� 2鍐呴儴鍛樺伐") - @ExcelColumn(name="绫诲瀷 0鍔冲姟璁垮 1鏅�氳瀹� 2鍐呴儴鍛樺伐") + @ApiModelProperty(value = "绫诲瀷 0鍔冲姟璁垮 1鏅�氳瀹� 2鍐呴儴鍛樺伐 3杞﹁締淇℃伅") + @ExcelColumn(name="绫诲瀷 0鍔冲姟璁垮 1鏅�氳瀹� 2鍐呴儴鍛樺伐 3杞﹁締淇℃伅") private Integer type; @ApiModelProperty(value = "璁垮鍚嶇О") @@ -115,6 +115,11 @@ @ExcelColumn(name="浜嬩欢绫诲瀷鐮�") private String eventCode; + + @ApiModelProperty(value = "杞︾墝鍙凤紙type=3浣跨敤锛�") + @ExcelColumn(name="杞︾墝鍙凤紙type=3浣跨敤锛�") + private String carNo; + @ApiModelProperty(value = "鍏徃缁勭粐") @ExcelColumn(name="鍏徃缁勭粐") @TableField(exist = false) -- Gitblit v1.9.3