此包下是基本类型的对象形式
例如
StringP s = new StringP("");
CItemData p = new CItemData();
p.getParamater("mandt", s);
System.out.println(s.value);
输出的s.value是有值的