From 7f17cd5b503840c750e03ca9f51e780b7991f462 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 29 四月 2025 16:03:06 +0800
Subject: [PATCH] 最新版本541200007

---
 server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/InoutRecord.java |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/InoutRecord.java b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/InoutRecord.java
index 3eaa69c..f98b4fb 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/InoutRecord.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/InoutRecord.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 io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
@@ -88,8 +89,8 @@
     @ExcelColumn(name="杞﹁締涓氬姟绫诲瀷")
     private Integer carBizType;
 
-    @ApiModelProperty(value = "鐢ㄦ埛绫诲瀷  0璁垮 1鍐呴儴浜哄憳 2鐩稿叧鏂逛汉鍛� 3璐ц繍鍙告満", example = "1")
-    @ExcelColumn(name="鐢ㄦ埛绫诲瀷  0璁垮 1鍐呴儴浜哄憳 2鐩稿叧鏂逛汉鍛� 3璐ц繍鍙告満")
+    @ApiModelProperty(value = "鐢ㄦ埛绫诲瀷 0鍔冲姟璁垮 1鏅�氳瀹� 2鍐呴儴鍛樺伐 3杞﹁締淇℃伅 4鐩稿叧鏂逛汉鍛� 5璐ц繍鍙告満 ", example = "1")
+    @ExcelColumn(name="鐢ㄦ埛绫诲瀷   0鍔冲姟璁垮 1鏅�氳瀹� 2鍐呴儴鍛樺伐 3杞﹁締淇℃伅 4鐩稿叧鏂逛汉鍛� 5璐ц繍鍙告満 ")
     private Integer memberType;
 
     @ApiModelProperty(value = "浜哄憳鍚嶇О")
@@ -112,7 +113,10 @@
     @ApiModelProperty(value = "鍏宠仈瀵硅薄绫诲瀷 0杞﹁締 1浜哄憳 2璁垮鐢宠璁板綍 3璁垮鎶ュ鐢宠璁板綍 4鏈堝彴浣滀笟璁板綍", example = "1")
     @ExcelColumn(name="鍏宠仈瀵硅薄绫诲瀷 0杞﹁締 1浜哄憳 2璁垮鐢宠璁板綍 3璁垮鎶ュ鐢宠璁板綍 4鏈堝彴浣滀笟璁板綍")
     private Integer objType;
-
+    @ApiModelProperty(value = "缁熻鏃ユ湡锛�2024-10-12 00:00:00锛�")
+    @ExcelColumn(name="缁熻鏃ユ湡锛�2024-10-12 00:00:00锛�")
+    @JsonFormat(pattern = "yyyy-MM-dd")
+    private Date timeInfo;
     @ApiModelProperty(value = "鍏宠仈瀵硅薄缂栫爜", example = "1")
     @ExcelColumn(name="鍏宠仈瀵硅薄缂栫爜")
     private Integer objId;
@@ -125,4 +129,16 @@
     @ExcelColumn(name="杩涘嚭璁惧鍚嶇О")
     private String deviceName;
 
+    @ApiModelProperty(value = "浜鸿劯鐓х墖")
+    @TableField(exist = false)
+    private String faceImg;
+    @ApiModelProperty(value = "韬唤璇佸彿锛圡D4鍔犲瘑锛�")
+    @TableField(exist = false)
+    private String idcardNo;
+    @ApiModelProperty(value = "璇佷欢鏄剧ず淇℃伅")
+    @TableField(exist = false)
+    private String idcardDecode;
+    @ApiModelProperty(value = "璇佷欢鏄剧ず淇℃伅")
+    @TableField(exist = false)
+    private String memberCode;
 }

--
Gitblit v1.9.3