From 5df732ffe16b3f162422c2db61a78458e28c7f8d Mon Sep 17 00:00:00 2001 From: rk <94314517@qq.com> Date: 星期五, 10 十月 2025 14:45:29 +0800 Subject: [PATCH] 钥匙柜开发 天气预警通知 --- server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkIccard.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkIccard.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkIccard.java index bb6ee97..c4f781e 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkIccard.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/JkIccard.java @@ -1,5 +1,6 @@ package com.doumee.dao.business.model; +import com.baomidou.mybatisplus.annotation.TableField; import com.doumee.core.annotation.excel.ExcelColumn; import com.doumee.service.business.third.model.LoginUserModel; import io.swagger.annotations.ApiModel; @@ -23,6 +24,7 @@ @ApiModelProperty(value = "涓婚敭", example = "1") @ExcelColumn(name="涓婚敭") + @TableId(type = IdType.AUTO) private Integer id; @ApiModelProperty(value = "鍒涘缓浜虹紪鐮�", example = "1") @@ -71,4 +73,12 @@ @ExcelColumn(name="閽ュ寵鏌滅紪鐮侊紙鍏宠仈jk_cabinet)") private Integer cabinetId; + @ApiModelProperty(value = "鍏宠仈浜哄憳绫诲瀷锛�0=鍙告満锛�1=鏍¢獙浜哄憳", example = "1") + @ExcelColumn(name="鍏宠仈浜哄憳绫诲瀷锛�0=鍙告満锛�1=鏍¢獙浜哄憳") + private Integer userType; + + @ApiModelProperty(value = "浜哄憳鍚嶇О", example = "1") + @TableField(exist = false) + private String memberName; + } -- Gitblit v1.9.3