using System.Collections.Generic;
public Header Header { get; set; }
public Body Body { get; set; }
public bool QueryResult { get; set; }
public int ResultNo { get; set; }
public ParentStructOut ParentStruct_Out { get; set; }
public List<ChildStructOut> ChildStruct_Out { get; set; }
public class ParentStructOut
public int uintCount { get; set; }
public class ChildStructOut
public string arychrCorpID { get; set; }
public string arychrStockName { get; set; }
public string arychrStockType { get; set; }
public string arychrStockTypeDesc { get; set; }
public string arychrGroupNo { get; set; }