xiaoyong931011
2023-05-17 e9a3a76d2affb84ab9609cf3a4534bdfc87bfb04
src/main/java/cc/mrbird/febs/mall/entity/MallMember.java
@@ -156,12 +156,18 @@
     */
    @TableField(exist = false)
    private BigDecimal voucherCnt;
    @TableField(exist = false)
    private BigDecimal voucherCntSurplus;
    /**
     * 凭证现金
     */
    @TableField(exist = false)
    private BigDecimal voucherAmount;
    @TableField(exist = false)
    private BigDecimal voucherFireCnt;
    //内转标识 1:开启 2:关闭
    private Integer insideWith;