All Downloads are FREE. Search and download functionalities are using the official Maven repository.

k.e.book.common.enums.UserCollectOrigin Maven / Gradle / Ivy

package k.e.book.common.enums;

public enum UserCollectOrigin {
    ORIGIN_DEFAULT,// 默认
    ORIGIN_FIRST_BUY,//首发购买
    ORIGIN_MARKET_BUY,//市场购买
    ORIGIN_MERGE,//
    ORIGIN_SEND,//赠送(空投)
    ORIGIN_BOX_OPEN,//
    ORIGIN_TRANSFER_IN,//
    ORIGIN_CAST,//
    ORIGIN_EGGMACHINE//
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy