wuzeyu
2024-06-20 fd8eb2c9b1d6950dadb86ab6c291b8053efdf4f8
pipIrr-platform/pipIrr-web/pipIrr-web-sell/src/main/java/com/dy/pipIrrSell/cardOperate/enums/OperateTypeENUM.java
@@ -20,7 +20,8 @@
    REFUND((byte)5, "补扣"),
    LOSS((byte)6, "挂失"),
    REVERSAL((byte)7, "冲正"),
    UNLOCK((byte)8, "解锁");
    UNLOCK((byte)8, "解锁"),
    CONSUME((byte)9, "消费");
    private final Byte code;
    private final String message;