feat: sku

This commit is contained in:
2025-01-09 14:57:48 +08:00
parent b23865f4f1
commit 98f765e797
2 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?php
/**
* This service file is part of item.
*
* @author ctexthuang
* @contact ctexthuang@qq.com
*/
declare(strict_types=1);
namespace App\Service\Admin\Good;
use App\Service\Admin\BaseService;
class CategoryService extends BaseService
{
public function handle()
{
}
public function add()
{
}
}