ConfigParamService.java 114 Bytes
package common.service;

public interface ConfigParamService {

    boolean checkMastPassWord(String password);
}