com.wind.matrix.bean.ShowTables Maven / Gradle / Ivy
package com.wind.matrix.bean;
/**
*
* 表名 实体类
*
* create by lee
*/
public class ShowTables {
/**
* 表名
*/
private String tableName;
public String getTableName() {
return tableName;
}
public void setTableName(String tableName) {
this.tableName = tableName;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy