admin
2021-01-08 7e389247b3b2877c12f1eaae6e33c9c33e91d2dd
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;
}