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