|
@@ -159,6 +159,16 @@ type IgnoreOperateReq struct {
|
|
EmployType int64 `json:"employType"` //来源方式来源;1招标采购、2企业、3采购单位、4拟在建项目
|
|
EmployType int64 `json:"employType"` //来源方式来源;1招标采购、2企业、3采购单位、4拟在建项目
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+type IgnoreReq struct {
|
|
|
|
+ PositionId int64 `header:"positionId"`
|
|
|
|
+ EntUserId int64 `header:"entUserId,optional"`
|
|
|
|
+ EntId int64 `header:"entId,optional"`
|
|
|
|
+ EntDeptId int64 `header:"entDeptId,optional"`
|
|
|
|
+ RelateId string `json:"relateId,optional"`
|
|
|
|
+ Source int `json:"source,optional"`
|
|
|
|
+ Action int `json:"action,optional"`
|
|
|
|
+}
|
|
|
|
+
|
|
type InfoEmployinfoReq struct {
|
|
type InfoEmployinfoReq struct {
|
|
AppId string `header:"appId,default=10000"`
|
|
AppId string `header:"appId,default=10000"`
|
|
BaseUserId int64 `header:"newUserId"`
|
|
BaseUserId int64 `header:"newUserId"`
|
|
@@ -217,7 +227,12 @@ type ProjectListReq struct {
|
|
PositionId int64 `header:"positionId,optional"`
|
|
PositionId int64 `header:"positionId,optional"`
|
|
EntId string `header:"entId,optional"`
|
|
EntId string `header:"entId,optional"`
|
|
EntUserId string `header:"entUserId,optional"`
|
|
EntUserId string `header:"entUserId,optional"`
|
|
- DeptId string `header:"deptId,optional"` //部门id
|
|
|
|
|
|
+ DeptId string `header:"deptId,optional"` //部门id
|
|
|
|
+ PartyA string `json:"partyA,optional"` //甲方
|
|
|
|
+ Supplier string `json:"supplier,optional"` //供应商
|
|
|
|
+ Heterotophy string `json:"heterotophy,optional"` //同甲异业
|
|
|
|
+ Intermediary string `json:"intermediary,optional"` //中间人
|
|
|
|
+ Agency string `json:"agency,optional"` //代理机构
|
|
PageNum int64 `json:"pageNum"`
|
|
PageNum int64 `json:"pageNum"`
|
|
PageSize int64 `json:"pageSize"`
|
|
PageSize int64 `json:"pageSize"`
|
|
BusinessType string `json:"businessType"`
|
|
BusinessType string `json:"businessType"`
|