版本更新

This commit is contained in:
2016-06-30 17:09:11 +08:00
parent 8414a7e649
commit e1c5600609
2 changed files with 14 additions and 222 deletions

View File

@@ -1,20 +0,0 @@
<?php
// +----------------------------------------------------------------------
// | OneThink [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013 http://www.onethink.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: 麦当苗儿 <zuojiazi@vip.qq.com> <http://www.zjzit.cn>
// +----------------------------------------------------------------------
namespace app\common\model;
/**
* 分类模型
*/
class OrderProduct extends Base{
public function book(){
return $this->hasOne('Book', 'id', 'product_id');
}
}