models

package
v0.0.0-...-ce1d76e Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OutputData

type OutputData struct {
	Area                   string `json:"area"`
	AreaCode               int32  `json:"area_code"`
	BusinessDepartment     string `json:"business_department"`
	BusinessDepartmentCode int32  `json:"business_department_code"`
	CustomerCount          int32  `json:"customer_count"`
	Date                   string `json:"date"`
	Department             string `json:"department"`
	DepartmentCode         int32  `json:"department_code"`
	Division               string `json:"division"`
	DivisionCode           int32  `json:"division_code"`
	Jan                    string `json:"jan"`
	Line                   string `json:"line"`
	LineCode               int32  `json:"line_code"`
	ProductName            string `json:"product_name"`
	SalesQuantity          int32  `json:"sales_quantity"`
	Store                  string `json:"store"`
	StoreCode              int32  `json:"store_code"`
	Team                   string `json:"team"`
	TeamCode               int32  `json:"team_code"`
	TotalPrice             int32  `json:"total_price"`
	Zone                   string `json:"zone"`
	ZoneCode               int32  `json:"zone_code"`
}

type SalesSummary

type SalesSummary struct {
	StoreCode    int32  `json:"store_code"`
	Store        string `json:"store"`
	DivisionCode int32  `json:"division_code"`
	Division     string `json:"division"`
	TotalPrice   int32  `json:"total_price"`
}

Jump to

Keyboard shortcuts

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