调整账户和租户的service的位置

This commit is contained in:
jishenghua
2025-02-21 20:25:35 +08:00
parent 53004b1fa5
commit f7dbf030f2
7 changed files with 7 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.jsh.erp.constants.BusinessConstants;
import com.jsh.erp.datasource.entities.Tenant;
import com.jsh.erp.datasource.entities.TenantEx;
import com.jsh.erp.service.TenantService;
import com.jsh.erp.service.tenant.TenantService;
import com.jsh.erp.utils.Constants;
import com.jsh.erp.utils.ErpInfo;
import com.jsh.erp.utils.StringUtil;