using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SmartCoalApplication.AutomaticMeasurement.Model { public class GetDataModel { /// /// 批号 /// public string piHao { get; set; } /// /// 料号 /// public string liaoHao { get; set; } /// /// 电镀先别 /// public string dianDu { get; set; } } }