@@ -231,6 +231,9 @@ public class ZhcxOutsideInspectionItpDo extends BaseDo {
*/
@TableField("FILES")
private String files;
-
+ /**
+ * 检查地点补充
+ */
+ @TableField("INSPECTIONLOCATIONSUPPLEMENT")
+ private String inspectionlocationsupplement;
}