|
@@ -84,6 +84,7 @@ type AssProjecctReq struct {
|
|
Match string `json:"match"`
|
|
Match string `json:"match"`
|
|
MsgType int64 `json:"msgType"`
|
|
MsgType int64 `json:"msgType"`
|
|
EntId int64 `json:"entId"`
|
|
EntId int64 `json:"entId"`
|
|
|
|
+ Type int64 `json:"type"`
|
|
}
|
|
}
|
|
|
|
|
|
type PubSupplyInfoReq struct {
|
|
type PubSupplyInfoReq struct {
|