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.

18 lines
481 B

namespace Win_in.Sfs.Scp.WebApi.Asns;
/// <summary>
/// Item detail Shipment
/// 物品细节发运
/// </summary>
public class SN1
{
public string SN101 { get; set; }
public string SN102 { get; set; }
public string SN103 { get; set; }
public string SN104 { get; set; }
public string SN105 { get; set; }
public string SN106 { get; set; }
public string SN107 { get; set; }
public string SN108 { get; set; }
public string SN109 { get; set; }
}