using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_DTO.WMS { public class PLCAlarmDTO { /// /// 报警信息 /// public string errorMsg { get; set; } } }