jianghan 5 月之前
父节点
当前提交
f9271395d6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      service/clueInfoList.go

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