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

org.chobit.common.base.BaseEnum Maven / Gradle / Ivy

The newest version!
package org.chobit.common.base;

/**
 * 枚举接口
 * 

* 接口需要返回Code时可继承此类 * * @author robin */ public interface BaseEnum { /** * 返回code值 * * @return code值 */ Integer getCode(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy