admin
2021-06-24 df4441322e9801c102299451da41d7c40b4502e9
1
2
3
4
5
6
7
8
9
10
package com.ks.daylucky.util;
 
public class Constant {
    public final static String SESSION_ADMIN_SPONSOR_KEY="SESSION_ADMIN_SPONSOR_KEY";
 
    public final static int PAGE_SIZE = 20;
 
    //活动列表的数量
    public final static int CLIENT_ACTIVITY_LIST_PAGE_SIZE = 10;
}