|
@@ -258,5 +258,13 @@ type AllprojectReq struct {
|
|
}
|
|
}
|
|
|
|
|
|
type NetWorkListReq struct {
|
|
type NetWorkListReq struct {
|
|
- PositionId int64 `header:"positionId"`
|
|
|
|
|
|
+ PositionId int64 `header:"positionId"`
|
|
|
|
+ Type string `json:"type,optional"`
|
|
|
|
+ Name string `json:"name,optional"`
|
|
|
|
+ Monitor string `json:"monitor,optional"`
|
|
|
|
+ Starttime string `json:"starttime,optional"`
|
|
|
|
+ Endtime string `json:"endtime,optional"`
|
|
|
|
+ Order_amount string `json:"order_amount,optional"`
|
|
|
|
+ Current_page string `json:"current_page,optional"`
|
|
|
|
+ Project_matchme string `json:"project_matchme,optional"`
|
|
}
|
|
}
|