namespace Win_in.Sfs.Scp.WebApi.Asns; /// /// Transaction Totals /// 事务汇总 /// public class CTT { public string CTT01 { get; set; } public string CTT02 { get; set; } public string CTT03 { get; set; } public string CTT04 { get; set; } public string CTT05 { get; set; } public string CTT06 { get; set; } public string CTT07 { get; set; } }