wjli
2023-05-16 5a54f3f3ae25e5f9b9ec5d10bce794fa5e709a9b
xboot-modules/xboot-your/src/main/java/cn/exrick/xboot/your/entity/CustomerReceive.java
@@ -27,7 +27,7 @@
    private static final long serialVersionUID = 1L;
    @ApiModelProperty(value = "区域id")
    @ApiModelProperty(value = "商户id")
    private String customerId;
    @ApiModelProperty(value = "名称")
@@ -49,4 +49,7 @@
    @ApiModelProperty(value = "头像")
    private String img;
    @ApiModelProperty(value = "指纹状态 0:未录入 1:已录入")
    private Integer fstatus=0;
}