!提交代码
This commit is contained in:
13
WCS.Model/ApiModel/InStore/ShelfGoInInstoreResponse.cs
Normal file
13
WCS.Model/ApiModel/InStore/ShelfGoInInstoreResponse.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace WCS.Model
|
||||
{
|
||||
public class ShelfGoInInstoreResponse : ResponseBase
|
||||
{
|
||||
public ShelfGoInInstoreDto? Data { get; set; }
|
||||
}
|
||||
public class ShelfGoInInstoreDto
|
||||
{
|
||||
public string ShelfCode { get; set; } = string.Empty;
|
||||
|
||||
public string ModulesStr { get; set;} = string.Empty;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user