namespace MisDataSaveDate { /// /// 临工AGV网页按钮调度请求。 /// public class LGWEB_DispatchRequest { public string routeCode { get; set; } public string requestTaskId { get; set; } public string startPosition { get; set; } public string midPosition { get; set; } public string materialCode { get; set; } public string productCode { get; set; } public string productModel { get; set; } public string containerNo { get; set; } public string orderNo { get; set; } public string operatorCode { get; set; } public string operatorName { get; set; } public string remark { get; set; } } /// /// 临工AGV网页按钮放行请求。 /// public class LGWEB_AllowLeaveRequest { public string requestId { get; set; } public string position { get; set; } public string agvNo { get; set; } public string operatorCode { get; set; } public string operatorName { get; set; } public string remark { get; set; } } }