From 81af4cff627b7ec1e125b90f4fd57392c6d70588 Mon Sep 17 00:00:00 2001 From: wjli <591616088@qq.com> Date: 星期三, 10 四月 2024 11:28:03 +0800 Subject: [PATCH] 修改签收出错bug --- 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