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

com.easy.query.api.proxy.key.MapKey Maven / Gradle / Ivy

There is a newer version: 2.0.106
Show newest version
package com.easy.query.api.proxy.key;

/**
 * create time 2024/3/2 19:37
 * 文件说明
 *
 * @author xuejiaming
 */
public interface MapKey {
     String getName();
    Class getPropType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy