@@ -307,5 +307,11 @@ public class ZhcxOutsideInspectionItpDo extends BaseDo {
@TableField("LABORATORYPATHID")
private String laboratorypathid;
+ /**
+ * 报验点
+ */
+ @TableField("INSPECTIONPOINT")
+ private String inspectionpoint;
+
}