using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_DTO.BasicInfo { public class ToMesBarc { public string id { get; set; } public string type { get; set; } } }