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

com.mybatisflex.test.tabledef.Tables Maven / Gradle / Ivy

There is a newer version: 1.10.1
Show newest version
package com.mybatisflex.test.tabledef;

import com.mybatisflex.test.model.table.TbClassTableDef;
import com.mybatisflex.test.model.table.AccountTableDef;

// Auto generate by mybatis-flex, do not modify it.
public class Tables {

    private Tables() {
    }

    public static final TbClassTableDef TB_CLASS = new TbClassTableDef();
    public static final AccountTableDef ACCOUNT = new AccountTableDef();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy