Done ticket GEPAFINBE-137
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package net.gepafin.tendermanagement.model.util;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class SortBy {
|
||||
|
||||
String columnName;
|
||||
Boolean sortDesc;
|
||||
}
|
||||
Reference in New Issue
Block a user