1
duhe
4 天以前 d703d7cc2f3a86692b1db16793ff2ffc60a1a355
WebAPI/Models/CheckItem.cs
@@ -18,13 +18,29 @@
        public string HHelpCode { get; set; }   // 助记码
        public string HRemark { get; set; }    //备注
        public string HMakeEmp { get; set; }
        public bool HStopflag { get; set; }  //禁用标志
        public bool HUseFlag { get; set; }   //使用状态
        public string HUseFlag { get; set; }   //使用状态
        public long HQCCheckClassID { get; set; } //检验项目类别ID
        public long HUSEORGID { get; set; }
        public long HCREATEORGID { get; set; }
        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; }      //
    }
}