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

com.easy.query.api.proxy.base.TimeProxy Maven / Gradle / Ivy

There is a newer version: 2.0.106
Show newest version
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