摘要: type ProjectCountByMonth struct { Month int `json:"month"` Count int `json:"count"` } // ProjectCountByMonths 统计某年每个月的新增项目数量 func (a *Invoice0) Projec 阅读全文