jianghan 5 сар өмнө
parent
commit
f9271395d6

+ 1 - 0
service/clueInfoList.go

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