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

com.easy.query.core.proxy.PropColumn Maven / Gradle / Ivy

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

/**
 * create time 2023/7/13 08:46
 * 文件说明
 *
 * @author xuejiaming
 */
public interface PropColumn {
    /**
     * 属性名
     * @return
     */
    String getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy