peng
2025-10-17 a60e866f9d30de8ed50d3cd01c3979dfccb6d94b
framework/src/main/java/cn/lili/modules/lmk/enums/general/PrizeStatusEnum.java
@@ -9,7 +9,7 @@
    /**
     * 中奖状态
     */
    WIN("未中奖"),
    NOT_WIN("中奖");
    WIN("中奖"),
    NOT_WIN("未中奖");
    private final String description;
}