mirror of
https://gitee.com/guchengwuyue/yshop-drink.git
synced 2026-06-05 18:25:43 +08:00
解决优惠券列表下拉刷新问题
This commit is contained in:
@ -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,"已失效");
|
||||
|
||||
Reference in New Issue
Block a user