@@ -349,4 +349,9 @@ public class ZhcxOutsideInspectionItpDo extends BaseDo {
@TableField("OTHERTYPE")
private String othertype;
+ /**
+ * 序号
+ */
+ @TableField("SERIALNUMBER")
+ private String serialnumber;
}