package com.cwa.log.manage; /** * @author Pai * @descirption 消息号 * 12.12.24 */ public class CommandID { /** * 登录信息 */ public static final int CMD_LOGIN = 102; }