niki/salesreportapp/service/getReportData.go

10 lines
226 B
Go

package salesreportservice
import (
"git.gocasts.ir/ebhomengo/niki/salesreportapp/entity"
)
func (s Service) GetReportData(reportID []entity.QueryCondition) (entity.GetReportDataResponse, error) {
panic("Implement me!")
}