14 lines
324 B
14 lines
324 B
namespace WMS_GIRAF_Interface.Models;
|
|
|
|
public class ItemDropped
|
|
{
|
|
|
|
public class RootObjectForItemDropped
|
|
{
|
|
public string asrsIdentifier { get; set; }
|
|
public string sender { get; set; }
|
|
public string inputRequestId { get; set; }
|
|
public string introductionPost { get; set; }
|
|
}
|
|
|
|
}
|