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

com.github.wzc789376152.enums.BaseEnum Maven / Gradle / Ivy

The newest version!
package com.github.wzc789376152.enums;

public interface BaseEnum {
    T        getCode();
    String   getName();
    String   getRemark();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy