付款时优惠卷列表

This commit is contained in:
wuchunlei
2024-09-27 13:19:58 +08:00
parent cb9e0adbf9
commit 092d388959
7 changed files with 143 additions and 68 deletions

View File

@@ -69,4 +69,6 @@ public class CouponEntity {
@TableField(exist = false)
private List<Object> rangeList;
@TableField(exist = false)
private String usable;
}