cooperation_info.go 206 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 package domain type CooperationInfo struct { // 共创公司 CooperationCompany string `json:"cooperationCompany"` // 共创公司到期时间 CooperationDeadline string `json:"cooperationDeadline"` }