Commit a35516e7 by guojx

商品洞察导购列表默认排序添加

parent 051fac74
......@@ -42,4 +42,13 @@ public class GoodsAnalysisClerkDetailQO implements Serializable {
public Integer getPageSize() {
return pageSize == null ? 10 : pageSize;
}
public Integer getOrderByFields() {
//12转化金额
return orderByFields == null ? 12 : orderByFields;
}
public Integer getOrderByType() {
return orderByType == null ? 2 : orderByType;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment