You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
461 B
C#
22 lines
461 B
C#
namespace SlnMesnac.RfidUpload.Model
|
|
{
|
|
/// <summary>
|
|
/// 容器入库
|
|
/// </summary>
|
|
public class ContainerInbound
|
|
{
|
|
public int code { get; set; }
|
|
|
|
public string requestURL { get; set; }
|
|
|
|
public string containerRegisterQuery { get; set; }
|
|
|
|
public string sysCode { get; set; }
|
|
|
|
public string password { get; set; }
|
|
|
|
public string ak { get; set; }
|
|
|
|
public string sk { get; set; }
|
|
}
|
|
} |