feat: stock

This commit is contained in:
2025-02-10 18:03:58 +08:00
parent c91b7c96d8
commit 387c01f91b
6 changed files with 253 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Service\ServiceTrait\Common;
trait StockTrait
{
}