All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.healthy.common.log.access.support.AuthorizationAccessLog Maven / Gradle / Ivy

There is a newer version: 2.0.0-M1
Show newest version
package com.healthy.common.log.access.support;

import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;

import java.io.Serializable;

/**
 * 访问日志
 *
 * @author xm.z
 */
@Data
@Accessors(chain = true)
@EqualsAndHashCode(callSuper = true)
public class AuthorizationAccessLog extends AccessLog implements Serializable {

	private String authorization;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy