bug
zhangzeli
2022-02-09 9c1d7ce35cc8c7dc81e0b259fb3b52211aa2f1bf
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;
}