public function TableSchema()
 {
     $mTableSchema = new IProductBase();
     $re = $mTableSchema->getColumnNames();
     print_r($re);
 }