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

site.sorghum.anno._metadata.AnOrder Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package site.sorghum.anno._metadata;

import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import site.sorghum.anno.anno.annotation.clazz.AnnoOrder;

@Data
public class AnOrder {

    /**
     * 排序类型 asc, desc
     *
     * @see AnnoOrder#orderType()
     */
    @ApiModelProperty(value = "排序类型 asc, desc",example = "asc")
    private String orderType;

    /**
     * 排序
     *
     * @see AnnoOrder#orderValue()
     */
    @ApiModelProperty(value = "排序",example = "id")
    private String orderValue;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy