cooperation_project_item.go 338 字节
package dto

import "gitlab.fjmaimaimai.com/allied-creation/allied-creation-gateway/pkg/infrastructure/service_gateway/allied_creation_cooperation"

type CooperationProjectSearchItem struct {
	allied_creation_cooperation.DataCooperationProjectSearchItem
	// 共创项目关联的合约数量
	//ContractCount int `json:"contractCount"`
}