| | |
| | | public string HName { get; set; } //名称 |
| | | public string HShortNumber { get; set; } //短代码 |
| | | public long HParentID { get; set; } //父级ID |
| | | public long HLevel { get; set; } //层级 |
| | | public long HEndFlag { get; set; } // |
| | | |
| | | public string HHelpCode { get; set; } // 助记码 |
| | | |
| | |
| | | public bool HUseFlag { get; set; } //使用状态 |
| | | |
| | | public long HQCCheckClassID { get; set; } //检验项目类别ID |
| | | |
| | | public string HQCCheckClassName { get; set; }//检验项目类别 |
| | | public string HDefaultResult { get; set; }//默认结论 |
| | | |
| | | public long HUnitID { get; set; } // |
| | | public string HAnalysisMethod { get; set; } // |
| | | public string HDefectLevel { get; set; } // |
| | | public long HDestructInspect { get; set; } // |
| | | public long HKeyInspect { get; set; } // |
| | | public long HQualityStdID { get; set; } // |
| | | public long HInspectMethodID { get; set; } // |
| | | public long HInspectInstruMentID { get; set; } // |
| | | public long HInspectBasisID { get; set; } // |
| | | public long HSampleSchemeID { get; set; } // |
| | | public long HISsystemSet { get; set; } // |
| | | } |
| | | } |