FId一览 - 迁移到SLN0000

This commit is contained in:
CRM8000 2023-08-23 09:47:45 +08:00
parent 3964d970b5
commit 881f8c5398
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,9 @@
<?php
namespace Home\Controller;
namespace SLN0000\Controller;
use Home\Common\FIdConst;
use Home\Controller\PSIBaseController;
use Home\Service\FIdListService;
use Home\Service\UserService;

View File

@ -1,9 +1,10 @@
<?php
namespace Home\Service;
namespace SLN0000\Service;
use Home\DAO\FIdListDAO;
use Home\DAO\SysDictDAO;
use SLN0000\DAO\FIdListDAO;
use Home\Service\BizlogService;
use Home\Service\PSIBaseExService;
/**
* FId一览Service