duhe
2024-12-02 bdb859b71f53714a49993f6a7e1a9f3c98df727e
WebAPI/Models/CheckItem.cs
@@ -27,5 +27,17 @@
        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; }      //
    }
}