peng
9 天以前 6d07f7c9b8bfd0c39078ac2a8e64ccbdc71ea8d1
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;
}