17 lines
313 B
PHP
17 lines
313 B
PHP
<?php
|
|
/**
|
|
* OrderHistoryRepo.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-07-04 21:14:22
|
|
* @modified 2022-07-04 21:14:22
|
|
*/
|
|
|
|
namespace Beike\Repositories;
|
|
|
|
class OrderHistoryRepo
|
|
{
|
|
}
|