using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HH.WMS.Entitys.External { [Name("mes返回结果")] public class MesResponse { public bool Success { get; set; } public string Msg { get; set; } } }