first commit
This commit is contained in:
19
src/Action/Query.php
Normal file
19
src/Action/Query.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace XuanChen\WoUnicom\Action;
|
||||
|
||||
/**
|
||||
* Class Order 查询
|
||||
* @Author : 玄尘
|
||||
* @Date : 2021/4/30 9:34
|
||||
* @package XuanChen\Coupon\Action
|
||||
*/
|
||||
class Query extends Init
|
||||
{
|
||||
|
||||
public function start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user