com.github.zw201913.response.AuthResponse Maven / Gradle / Ivy
package com.github.zw201913.response;
import lombok.ToString;
/**
* @author zouwei
* @className AuthResponse
* @date: 2022/8/22 下午8:35
* @description:
*/
@ToString(callSuper = true)
public class AuthResponse extends BaseResponse {
}