using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace QMAPP.FJC.Entity.ProduceManage { /// /// 缺陷类型 /// public class DefectType { /// /// /// public string DEFECTKEY { get; set; } /// /// /// public string DEFECTVALUE { get; set; } public string POSITION { get; set; } } }