package com.zy.asrs.service; import java.util.Map; public interface RuntimeConfigService { Map updateRuntimeConfig(Map configMap); }