jianghan 5 luni în urmă
părinte
comite
f9271395d6
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      service/clueInfoList.go

+ 1 - 0
service/clueInfoList.go

@@ -12,6 +12,7 @@ import (
 type ClueInfo struct {
 type ClueInfo struct {
 	Id               int64  `json:"id"`
 	Id               int64  `json:"id"`
 	ClueName         string `json:"cluename"`
 	ClueName         string `json:"cluename"`
+	PositionId       int64  `json:"position_id"`
 	SeatNumber       string `json:"seatNumber"`
 	SeatNumber       string `json:"seatNumber"`
 	CompanyNature    int    `json:"company_natural"`   // 公司性质  集团/非集团
 	CompanyNature    int    `json:"company_natural"`   // 公司性质  集团/非集团
 	LockStatus       int    `json:"lock_status"`       // 锁定状态
 	LockStatus       int    `json:"lock_status"`       // 锁定状态