
com.app.common.condition.OrderInfo Maven / Gradle / Ivy
package com.app.common.condition;
/**
* 排序
* @author deshuai.kong
* @date 2014-1-8 下午03:45:13
*/
public class OrderInfo {
private String fieldName;
private OrderType orderType;
public String getFieldName() {
return fieldName;
}
public void setFieldName(String fieldName) {
this.fieldName = fieldName;
}
public OrderType getOrderType() {
return orderType;
}
public void setOrderType(OrderType orderType) {
this.orderType = orderType;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy