fix: 充值霸王餐查询修改

This commit is contained in:
2024-10-26 16:49:12 +08:00
parent 43d6fa78dc
commit b5f8833c7e

View File

@@ -22,5 +22,5 @@ public class MemberInDTO {
// 使用的优惠券
private List<Integer> couponIds = new ArrayList<>();
// 是否使用积分抵扣
private Boolean usePoints;
private boolean usePoints;
}