米其林项目Giraf的新接口,采用WebAPI形式,会应用在上海玉兰,印度米其林及波兰米其林项目中

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; }
}
}