!提交代码
This commit is contained in:
9
WCS.Model/ApiModel/InStore/ShelfGoInInstoreRequest.cs
Normal file
9
WCS.Model/ApiModel/InStore/ShelfGoInInstoreRequest.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace WCS.Model
|
||||
{
|
||||
public class ShelfGoInInstoreRequest : RequestBase
|
||||
{
|
||||
public string ModuleCode { get; set; }
|
||||
|
||||
public string? IpAdress { get; set; }//调用设备的Ip地址
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user