Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

history get sortorder private why? #8

Open
yolo3a525 opened this issue Apr 24, 2017 · 0 comments
Open

history get sortorder private why? #8

yolo3a525 opened this issue Apr 24, 2017 · 0 comments

Comments

@yolo3a525
Copy link

public class SortOrder {
private String sortfield;
private String order;

private SortOrder() {
}

public String getSortfield() {
    return sortfield;
}

public void setSortfield(String sortfield) {
    this.sortfield = sortfield;
}

}
pls tell me. how to sortorder desc or asc.
thanks
mail:[email protected]

i'm from china .'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant