wjli
2023-05-16 caae2b2d5d7aa962cd31a334c5b8aef22f23a753
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/Fingerprint.java
@@ -35,6 +35,9 @@
    @ApiModelProperty(value = "商户接收人id")
    private String customerReceiveId;
    @ApiModelProperty(value = "片区id")
    private String areaId;
    @ApiModelProperty(value = "指纹编号")
    private Integer code;
@@ -47,4 +50,7 @@
    @ApiModelProperty(value = "密码")
    private String password;
    @ApiModelProperty(value = "0:司机 1:配送员")
    private Integer type;
}