6effd85ec3c911162b3c8a6f38fb386701c1a450.svn-base 235 B

1234567891011
  1. package com.yihu.platform.utils;
  2. /**
  3. * 常量类
  4. *
  5. * @author wengsb
  6. * @company yihu.com 2013-4-27上午10:53:14
  7. */
  8. public class Constant {
  9. public static final String CLIENTID_UserPlatform = "UserPlatform" ; //用户私有化
  10. }