Commit b702d738 authored by tufengqi's avatar tufengqi

删除最近行情的批量方法

parent d1b186b0
...@@ -4,6 +4,6 @@ namespace fpf\cache; ...@@ -4,6 +4,6 @@ namespace fpf\cache;
interface SimpleTableIntf interface SimpleTableIntf
{ {
public function getHashTableKey($db_name, $table_name, $key); public static function getHashTableKey($db_name, $table_name, $key);
public function checkTable($table_name); public static function checkTable($db_name, $table_name);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment