1
2
3
4
5
package com.highdatas.mdm.entity;
 
public interface TableInfo {
    String getTable();
}