package com.arms.api.systeminfo.service;

import com.arms.api.systeminfo.model.SystemInfoVO;

public interface SystemInfo {

    SystemInfoVO getSystemInfo(Long org_link) throws Exception;
}
