From 8d913e5594f45ca2a4ce656ea9feb99ffe715913 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 29 十一月 2024 18:44:58 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/domain/PatArchiveImport.java | 27 +++++++++++++++++++++++----
1 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/smartor/src/main/java/com/smartor/domain/PatArchiveImport.java b/smartor/src/main/java/com/smartor/domain/PatArchiveImport.java
index 2e4d0a2..bd4f180 100644
--- a/smartor/src/main/java/com/smartor/domain/PatArchiveImport.java
+++ b/smartor/src/main/java/com/smartor/domain/PatArchiveImport.java
@@ -35,21 +35,21 @@
* 璇佷欢鍙风爜
*/
@ApiModelProperty("璇佷欢鍙风爜")
- @Excel(name = "璇佷欢鍙风爜(蹇呭~)",cellType = Excel.ColumnType.NUMERIC)
+ @Excel(name = "璇佷欢鍙风爜(蹇呭~)", cellType = Excel.ColumnType.STRING)
private String idcardno;
/**
* 鎵嬫満鍙风爜
*/
@ApiModelProperty("鎵嬫満鍙风爜")
- @Excel(name = "鎵嬫満鍙风爜(蹇呭~)",cellType = Excel.ColumnType.STRING)
+ @Excel(name = "鎵嬫満鍙风爜(蹇呭~)", cellType = Excel.ColumnType.STRING)
private String telcode;
/**
* 鎵规鍚嶇О
*/
@ApiModelProperty("鎵规鍚嶇О")
- @Excel(name = "鎵规鍚嶇О锛堝繀濉級",cellType = Excel.ColumnType.STRING)
+ @Excel(name = "鎵规鍚嶇О", cellType = Excel.ColumnType.STRING)
private String batchName;
@@ -57,7 +57,7 @@
* 鎮h�呯紪鍙�
*/
@ApiModelProperty("鎮h�呯紪鍙�")
- @Excel(name = "鎮h�呯紪鍙�",cellType = Excel.ColumnType.STRING)
+ @Excel(name = "鎮h�呯紪鍙�", cellType = Excel.ColumnType.STRING)
private String patientno;
/**
@@ -83,6 +83,13 @@
@Excel(name = "骞撮緞")
private Long age;
+ /**
+ * 鏄惁鍒涘缓甯愬彿
+ */
+ @ApiModelProperty("鏄惁鍒涘缓甯愬彿")
+ @Excel(name = "鏄惁鍒涘缓甯愬彿锛�1 鍒涘缓锛堥粯璁わ級 2涓嶅垱寤�")
+ private Long account = 1L;
+
/**
* 寰俊openid
@@ -103,5 +110,17 @@
@ApiModelProperty("鎵规鍙�")
private String batchNo;
+ /**
+ * pageNum
+ */
+ @ApiModelProperty("pageNum")
+ private Integer pageNum;
+
+ /**
+ * pageSize
+ */
+ @ApiModelProperty("pageSize")
+ private Integer pageSize;
+
}
--
Gitblit v1.9.3