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.

12 lines
212 B

namespace Win_in.Sfs.Scp.WebApi.Asns;
/// <summary>
/// Transaction Set Header
/// 事务集合头
/// </summary>
public class ST
{
public string ST01 { get; set; }
public string ST02 { get; set; }
}