You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
397 B
16 lines
397 B
3 years ago
|
namespace Win_in.Sfs.Scp.WebApi.Asns;
|
||
|
|
||
|
/// <summary>
|
||
|
/// Transaction Totals
|
||
|
/// 事务汇总
|
||
|
/// </summary>
|
||
|
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; }
|
||
|
}
|