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

xyz.erupt.security.model.ReqBody Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.security.model;

import lombok.Getter;
import lombok.Setter;

/**
 * @author YuePeng
 * date 2021/4/6 16:46
 */
@Getter
@Setter
public class ReqBody {

    private long date;

    private Object body;

    public ReqBody() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy