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