admin
2020-12-25 25680e135b5bdc15658622cbfde74bab73cfee77
1
2
3
4
5
6
7
8
package com.ks.daylucky.util;
 
public class Constant {
    public final static int PAGE_SIZE = 20;
 
    //活动列表的数量
    public final static int CLIENT_ACTIVITY_LIST_PAGE_SIZE = 10;
}