using System.Collections.Generic;
using Newtonsoft.Json;
namespace HH.WCS.Mobox3.AnGang.Dtos.Response {
public class MoboxResponse {
///
/// Mobox 接口返回
///
public class SimpleResult {
[JsonProperty("resultCode")]
public int resultCode { get; set; }
[JsonProperty("resultMsg")]
public string resultMsg { get; set; }
[JsonProperty("result")]
public List