@@ -5,3 +5,9 @@ type PushData struct {
PushType map[string]string
Words string
}
+type FollowPush struct {
+ ProjectName string
+ ProjectCode string
+ InfoId string
+ FollowId string
+}