reports

package
v0.0.0-...-8be382e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AftersaleReportByBrand

type AftersaleReportByBrand struct {
	Time  string `json:"time"`
	Brand string `json:"brand"`
	Count string `json:"count"`
	Sum   string `json:"sum"`
}

AftersaleReportByBrand 服务单完成报告

type AftersaleReportByName

type AftersaleReportByName struct {
	Time  string `json:"time"`
	Name  string `json:"name"`
	Count string `json:"count"`
	Sum   string `json:"sum"`
}

AftersaleReportByName 服务单完成报告

type AftersaleReportBySource

type AftersaleReportBySource struct {
	Time   string `json:"time"`
	Source string `json:"source"`
	Count  string `json:"count"`
	Sum    string `json:"sum"`
}

AftersaleReportBySource 服务单完成报告

type App

type App struct {
	Config *Config
}

App home app

func New

func New(config *Config) *App

New new home app

func NewWithDefault

func NewWithDefault() *App

func (App) ConfigureApplication

func (app App) ConfigureApplication(application *application.Application)

type Config

type Config struct {
	Prefix string
}

Config home config struct

type OrdersCount

type OrdersCount struct {
	Time  string `json:"time"`
	Count string `json:"count"`
}

OrdersCount 服务单完成报告

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL