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

com.zys.mybatis.enums.base.BaseEnum Maven / Gradle / Ivy

There is a newer version: 0.2.7
Show newest version
package com.zys.mybatis.enums.base;

/**
 * @author zys
 * @version 1.0
 * @date 2021/1/16 13:38
 */
public interface BaseEnum {

    /**
     * @return 数据库保存的值
     */
    int code();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy