package com.campus.gomotion.constant;
/**
* Author zhong.zhou
* Date 5/18/16
* Email qnarcup@gmail.com
*/
public class UserInfo {
/**
* 用户姓名
*/
public static String NAME = "kevin";
/**
* 用户年龄
*/
public static int AGE = 23;
/**
* 用户体重
*/
public static float WEIGHT = 75;
}