@@ -995,6 +995,7 @@
tpi.non_std_code as "nonStdCode",
tpi.inv_qty as "invQty",
tpi.outing_qty as "outingQty",
+ tpi.freeze_qty as "freezeQty",
tpi.usable_qty as "usableQty",
tpi.wh_id as "whId",
tmw.wh_code as "whCode",
@@ -82,7 +82,7 @@ public class CusFollow implements Serializable {
@TableField(typeHandler = UuidTypeHandler.class)
private String followStaff;
-
+ private String followType;
/**
* 跟进时间
*/
@@ -49,7 +49,7 @@ public class CusFollowQuery extends PageInfo<CusFollowQuery> implements Serializ
private String followId;
* 客户ID (陌生接待时为null)
@@ -47,7 +47,7 @@ public class CusFollowResponse implements Serializable {
@ApiModelProperty(value = "跟进ID")
@@ -317,6 +317,8 @@ public class CusFollowVO implements Serializable {
@ApiModelProperty(value = "门牌号")
private String addressNo;
+
* 地址坐标(gcj02) (LAT:纬度的值 LON:经度的值)