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

com.easy.query.api.proxy.entity.insert.EasyEntityInsertable Maven / Gradle / Ivy

package com.easy.query.api.proxy.entity.insert;

import com.easy.query.core.basic.api.insert.ClientInsertable;
import com.easy.query.core.proxy.ProxyEntity;

/**
 * create time 2023/12/7 13:49
 * 文件说明
 *
 * @author xuejiaming
 */
public class EasyEntityInsertable, T> extends AbstractEntityInsertable {
    public EasyEntityInsertable(TProxy tProxy, ClientInsertable clientInsertable) {
        super(tProxy, clientInsertable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy