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

io.github.ealenxie.goodcang.ListTotalPayload Maven / Gradle / Ivy

The newest version!
package io.github.ealenxie.goodcang;

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;

/**
 * @author EalenXie created on 2023/6/27 10:35
 * 列表总数型响应 : 响应结构为 {"list":[],"total":0}
 */
@Getter
@Setter
public class ListTotalPayload extends ListPayload {

    /**
     * 总记录数
     */
    @JsonProperty("total")
    private Integer total;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy