admin
2021-02-06 6c09cbd70388ae53ec593de253f69cfa1a3eeda7
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;
}