Эх сурвалжийг харах

Merge branch 'develop' of 192.168.3.17:zhanghongbo/qfw into develop

renzheng 9 жил өмнө
parent
commit
852f2f4b3a

+ 6 - 0
common/src/qfw/util/rpc/push.go

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