@@ -141,4 +141,7 @@ public class BizAppointmentRecord extends CommonEntity {
private String unloadImg;
@TableField(exist = false)
private String unloadName;
+
+ @TableField(exist = false)
+ private String customerContactName;
}
@@ -11,6 +11,7 @@
bo.order_name,
bo.order_type,
bc.name customerName,
+ bc.contact customerContactName,
bg.GOODS_NAME goodsName,
bg.GOODS_MODEL goodsModel,
bar.time_id,