@@ -72,4 +72,10 @@ public class YhShopView {
@DbField("yh.update_time")
private Date updateTime;
+
+ /**
+ * 分销订单数
+ */
+ @DbField("select count(*) from distribute_waiting_send_points where shared_id = ys.user_id")
+ private Integer dsOrder;
}