KKSU
2024-02-23 b113b572ac01c1a799e3b87d5307f34a93b88df8
src/main/java/cc/mrbird/febs/mall/vo/AdminMallProductBuyVo.java
@@ -1,6 +1,7 @@
package cc.mrbird.febs.mall.vo;
import cc.mrbird.febs.mall.entity.MallProductBuyRecord;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import lombok.Data;
@@ -24,4 +25,7 @@
    private BigDecimal nftAva;//nft分配额度
    private Date orderTime;//匹配时间
    private Date payTime;//支付时间
    //1-显示 0-不显示
    private Integer buttonState;
}