解决优惠券列表下拉刷新问题

This commit is contained in:
hupeng
2025-08-12 09:00:19 +08:00
parent 7e56c80171
commit d6fe005ae6

View File

@ -17,7 +17,7 @@ import java.util.stream.Stream;
@Getter
@AllArgsConstructor
public enum CouponStatusEnum {
STATUS_4(4,"所有"),
STATUS_0(0,"未使用"),
STATUS_1(1,"已使用"),
STATUS_2(2,"已失效");