KKSU
2023-12-21 a4bcd761572fd8760b33e7e01bfe941391b0d2e7
src/main/java/cc/mrbird/febs/common/enumerates/FlowTypeNewEnum.java
@@ -6,8 +6,8 @@
public enum FlowTypeNewEnum {
    NFT(3,"NFT"),
    TOKEN(2,"令牌"),
    FCM_COIN(1,"FCM代币")//
    TOKEN(2,"门票"),
    FCM_COIN(1,"GFA代币")//
    ;
    private int value;