From 11ddf9cb831c5d12da0c85c718dafc04d51ce751 Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期三, 24 十一月 2021 09:08:45 +0800
Subject: [PATCH] 报表
---
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Fingerprint.java | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Fingerprint.java b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Fingerprint.java
index 5d2e0f1..8a84af8 100644
--- a/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Fingerprint.java
+++ b/xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Fingerprint.java
@@ -35,12 +35,22 @@
@ApiModelProperty(value = "鍟嗘埛鎺ユ敹浜篿d")
private String customerReceiveId;
- @Column(length = 1000)
- @ApiModelProperty(value = "鎸囩汗")
- private String content;
+ @ApiModelProperty(value = "鐗囧尯id")
+ private String areaId;
- @ApiModelProperty(value = "鎸囧ご1-10")
- private Integer num;
+ @ApiModelProperty(value = "鎸囩汗缂栧彿")
+ private Integer code;
+ @ApiModelProperty(value = "鎸囩汗鏂囦欢")
+ private String fileId;
+
+ @ApiModelProperty(value = "鐧诲綍鍚�")
+ private String username;
+
+ @ApiModelProperty(value = "瀵嗙爜")
+ private String password;
+
+ @ApiModelProperty(value = "0锛氬徃鏈� 1锛氶厤閫佸憳")
+ private Integer type;
}
\ No newline at end of file
--
Gitblit v1.9.1