com.easy.query.api.proxy.base.TimeProxy Maven / Gradle / Ivy
package com.easy.query.api.proxy.base;
import com.easy.query.core.proxy.PropTypeColumn;
import com.easy.query.core.proxy.predicate.aggregate.DSLSQLFunctionAvailable;
import java.sql.Time;
/**
* create time 2023/6/29 09:22
* 文件说明
*
* @author xuejiaming
*/
public class TimeProxy extends AbstractBasicProxyEntity {
public static TimeProxy createTable() {
return new TimeProxy();
}
private static final Class
© 2015 - 2024 Weber Informatics LLC | Privacy Policy