admin
2021-01-23 c3e8c86d062fbac17758274156a4f18655bdd3a2
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;
}