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-2023
 * email: [email protected]
 */


import com.bixuebihui.jdbc.BaseDao;
import org.springframework.stereotype.Service;
import javax.annotation.processing.Generated;

import javax.sql.DataSource;

/**
* @author xwx
*/

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy