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.
17 lines
413 B
17 lines
413 B
namespace Win_in.Sfs.Scp.WebApi.Asns;
|
|
|
|
/// <summary>
|
|
/// Item detail Shipment
|
|
/// 物品细节发运
|
|
/// </summary>
|
|
public class SN1
|
|
{
|
|
public string SN101 { get;}
|
|
public string SN102 { get; set; }
|
|
public string SN103 { get; set; }
|
|
public string SN104 { get; set; }
|
|
public string SN105 { get;}
|
|
public string SN106 { get;}
|
|
public string SN107 { get;}
|
|
public string SN108 { get;}
|
|
}
|