wuzeyu
2024-06-17 937b4476765ff3e4bdbd8062b9c893343619e4e3
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;