You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
281 B

<?php
/**
* sqc @小T科技 2018.03.06
*
*
*/
namespace App\Logic;
use Illuminate\Http\Request;
use App\Http\Requests;
use App\Http\Resources\ShopGoods as ShopGoodsResource;
use App\Models\ShopGoods;
class ShopIssueLogic
{
public function __construct()
{
}
}