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

com.luoshu.open.id.ui.model.ConditionDTO Maven / Gradle / Ivy

There is a newer version: 0.32
Show newest version
package com.luoshu.open.id.ui.model;

import lombok.Data;

/**
 * @author inme
 */
@Data
public class ConditionDTO {

    private String category;

    private String remark;

    private int pageNum;

    private int pageSize = 10;

    private int pageStart;

    /**
     * 0 默认, 1正序, 2倒序
     */
    private int editNumSortMode;

    /**
     * 0 默认, 1正序, 2倒序
     */
    private int updateTimeSortMode;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy