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

com.bixuebihui.test.BaseList Maven / Gradle / Ivy

package com.bixuebihui.test;

/*
 *  BaseList
 *
 * Notice! Automatically generated file!
 * Do not edit the pojo and dal packages,use `maven tablegen:gen`!
 * Code Generator originally by J.A.Carter
 * Modified by Xing Wanxiang 2008-2021
 * email: [email protected]
 */

import com.bixuebihui.r2dbc.sql.BaseDao;
import io.r2dbc.spi.ConnectionFactory;
import org.springframework.stereotype.Service;

import javax.annotation.processing.Generated;

/**
* @author xwx
*/

@Generated("com.github.yujiaao:tablegen")
@Service
public abstract class BaseList extends BaseDao {

    public BaseList(ConnectionFactory ds) {
    super(ds,ds);
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy