| | |
| | | import com.vci.ubcs.code.dto.UpdateSysInfoStatusDTO; |
| | | import com.vci.ubcs.code.entity.DockingSystemConfig; |
| | | import com.vci.ubcs.code.vo.pagemodel.DockingSystemConfigVO; |
| | | import com.vci.ubcs.code.vo.pagemodel.DockingSystemVO; |
| | | import com.vci.ubcs.starter.exception.VciBaseException; |
| | | import org.springblade.core.mp.support.Query; |
| | | import org.springblade.core.tool.api.R; |
| | |
| | | * @param sysInfoStatusDTO |
| | | * @return |
| | | */ |
| | | public R updateStatus(UpdateSysInfoStatusDTO sysInfoStatusDTO); |
| | | |
| | | R updateStatus(UpdateSysInfoStatusDTO sysInfoStatusDTO); |
| | | |
| | | /*** |
| | | * 手动同步接口,只有推送的才会 |