Commit 46c57509 authored by zhz's avatar zhz

sale

parent b8ff9c24
......@@ -19,6 +19,9 @@ class SaleActivityRedisModel extends \Redis\Db4\AbstractModel {
$res=$this->set($this->calcKey($id), $data,$experio);
return $res;
}
public function tableDel($h){
return $this->del($this->calcKey($h));
}
public function getList(){
}
......
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