|
@@ -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"` // 锁定状态
|