src/main/java/cc/mrbird/febs/mall/vo/AdminMallProductBuyVo.java
@@ -14,6 +14,7 @@ private Long id; private String accountLogin;//登录账户 private String orderNo;//编号 private Long memberId;// private Long sellId;//出售ID private Long productNftId;//预约NFT编码 @@ -23,6 +24,4 @@ private BigDecimal nftAva;//nft分配额度 private Date orderTime;//匹配时间 private Date payTime;//支付时间 private List<MallProductBuyRecord> mallProductBuyRecords; }