@@ -16,6 +16,13 @@ class Dhorder
$this->config = Dever::db($this->table)->config;
}
+ # 设置订单的类型
+ public function set($type, $view)
+ {
+
+ return $this;
+ }
# 获取公共的where
public function where($id)
{