server_five_liuyunhu
ffr 2024-04-07 14:35:44 +08:00
parent 43f51881ca
commit 57c31b68c3
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
com.couplet.remote.factory.RemoteVehicleFallbackFactory com.couplet.remote.factory.RemoteTroubleFallbackFactory
com.couplet.remote.factory.RemoteVehicleFallbackFactory com.couplet.remote.factory.RemoteVehicleFallbackFactory

View File

@ -3,6 +3,7 @@ package com.couplet.business.server.service;
import com.couplet.common.core.domain.Result; import com.couplet.common.core.domain.Result;
import com.couplet.common.core.web.page.TableDataInfo; import com.couplet.common.core.web.page.TableDataInfo;
import com.couplet.common.system.domain.SysUser; import com.couplet.common.system.domain.SysUser;
import org.springframework.stereotype.Component;
import java.util.List; import java.util.List;