package com.lyh.service;
import com.lyh.common.domain.resp.Result;
/**
* 业务接口
*
* @ProjectName: LoadCenter
* @Author: LiuYunHu
* @CreateTime: 2024/4/15
*/
public interface LoadCenterService {
Result<String> getAssignedServer();
}