购物车迁入
This commit is contained in:
13
app/common/OrderInfo.php
Normal file
13
app/common/OrderInfo.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* 订单
|
||||
*/
|
||||
class OrderInfo extends Model
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user