feat: place Order

This commit is contained in:
2025-02-05 17:56:32 +08:00
parent fd94db463e
commit fda042da54
14 changed files with 504 additions and 11 deletions

View File

@@ -81,6 +81,11 @@ abstract class BaseOrderService extends BaseService
*/
protected int $siteId;
/**
* @var int
*/
protected int $orderId;
/**
* 构造方法
* @throws ContainerExceptionInterface