package common.service; public interface ConfigParamService { boolean checkMastPassWord(String password); }