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

org.luoshu.util.json.BaseEnum Maven / Gradle / Ivy

package org.luoshu.util.json;

/**
 * 枚举的实现接口。实现此方法后,可以用 fastjson 序列化,与反序列化时,使用 code 来映射字符串
 * @author inme
 * create: 2020-04-25 17:55
 */
public interface BaseEnum {

    String getCode();

    String getName();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy