package com.cmsz.ws; import com.cmsz.vo.ResultVO; public interface LogoutService { //退出系统 public ResultVO logout(String xmlStr); }