You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
367 B

package com.community.pocket.util;
/**
* 参数传递Key
*/
public enum Param {
//重置密码用户
username,
//重置密码邮箱
email,
//论坛帖子id
forumId,
//访客预约是否外来人口
isOutPeople,
//我的信息修改密码按钮是否启用
enable,
//公告滚动页数
notice_prev,
notice_next
}