Browse Source

feat:修改

wangchuanjin 1 year ago
parent
commit
6ba72743da
1 changed files with 9 additions and 1 deletions
  1. 9 1
      api/internal/types/types.go

+ 9 - 1
api/internal/types/types.go

@@ -258,5 +258,13 @@ type AllprojectReq 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"`
 }