You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package sut.edu.zyp.dormitory.manage.dto;
|
|
|
|
import java.io.Serializable;
|
|
|
|
/**
|
|
* 登出数据返回传输对象
|
|
*
|
|
* @author zyp
|
|
* @version 0.0.1
|
|
* @since 0.0.1
|
|
*/
|
|
public class LogoutResponse extends AbstractBaseResponse<LogoutResponse> implements Serializable {
|
|
}
|