using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Xml.Linq; namespace JinYuan.Models { /// /// CCDNG复投表 /// public class ReInBGearEntity { /// /// 时间 /// public string TestTime { get; set; } /// /// 电芯码 /// public string BarCode { get; set; } /// /// CCD结果 /// public string CCDResult { get; set; } } }