// +---------------------------------------------------------------------- namespace app\services\order; use app\dao\order\StoreOrderStoreOrderCartInfoDao; use app\services\BaseServices; use think\annotation\Inject; /** * Class StoreOrderStoreOrderCartInfoServices * @package app\services\order * @mixin StoreOrderStoreOrderCartInfoDao */ class StoreOrderStoreOrderCartInfoServices extends BaseServices { /** * @var StoreOrderStoreOrderCartInfoDao */ #[Inject] protected StoreOrderStoreOrderCartInfoDao $dao; }