示例#1
0
文件: Imple.php 项目: rocknoon/TCVM
 public function delete($productId)
 {
     $this->_model->delete(array("id" => $productId));
 }