From 5fe820b18055b317cd5928d8fecd056f4c9e0115 Mon Sep 17 00:00:00 2001
From: wjli <591616088@qq.com>
Date: 星期三, 17 五月 2023 11:10:57 +0800
Subject: [PATCH] 1.根据区域进行模糊查询
---
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