wjli
2024-03-18 84fd23e5e865bd5529441a0c318809a00362f44c
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;
}