Example #1
0
 /**
  * 在线创作 单帧管理
  */
 public function __construct()
 {
     parent::__construct();
     $this->model = new ProductModel();
 }
Example #2
0
 /**
  * 前台创作订单管理
  */
 public function __construct()
 {
     parent::__construct();
 }