Commit ff8ee477 authored by Administrator's avatar Administrator

- 客户项目默认倒叙

parent 9100c3a0
......@@ -57,5 +57,10 @@ public class EnterpriseBussinessClientProjectPageBody extends BasePage {
*/
private Double amountEnd;
/*
* 排序字段:1金额倒序,2金额正序,3时间倒序,4时间正序,5次数倒序,6次数正序
*/
private Integer sort = 3;
}
......@@ -57,4 +57,10 @@ public class EnterpriseBussinessSupplierProjectPageBody extends BasePage {
* 金额止
*/
private Double amountEnd;
/*
* 排序字段:1金额倒序,2金额正序,3时间倒序,4时间正序,5次数倒序,6次数正序
*/
private Integer sort = 3;
}
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