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

com.mybatisflex.test.model.BaseEnum Maven / Gradle / Ivy

package com.mybatisflex.test.model;

/**
 * 基础枚举接口
 * @author luozhan
 */
public interface BaseEnum {

    /**
     * 获取枚举值
     * @return 枚举值
     */
    int getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy