kongdeqiang
2024-05-16 0b6189c1c208a4f1c4cd4b230dba10b3581d1ff9
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;
}