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

com.gitee.easyopen.doc.IEnum Maven / Gradle / Ivy

package com.gitee.easyopen.doc;

/**
 * @author tanghc
 */
public interface IEnum {
    String getCode();
    String getDescription();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy