@@ -124,6 +124,11 @@ public class BillLandingInspection extends BaseEntity implements Serializable {
*/
private Integer veterId;
+ /**
+ * 检测报告
+ */
+ private String jcbgImgUrl;
+
}