From 76e9e8e05cbe7dafeba51a235386f20ebf986e25 Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期一, 27 十二月 2021 11:54:35 +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