using System.Xml.Serialization; namespace WmsMobileServe.ApiClient.Mes.Dto; /// /// 请求MES获取箱号的返回值 /// [XmlRoot("string", Namespace = "http://tempuri.org/")] public class GetOutBoxInfoResp { [XmlText] public string? Data { get; set; } }