678910111213
import com.alibaba.json.bvtVO.PushMsg; public class Bug_for_sankun extends TestCase { public void test_sankun() throws Exception { PushMsg bean = new PushMsg(); JSON.toJSONString(bean); }