zhangqian
2024-07-31 155f70979af20ca520a55b89c6ec8cd46c43f8a5
request/report_forms_request.go
@@ -4,9 +4,10 @@
type GetInventoryForms struct {
   PageInfo
   CategoryIds   []int  `json:"categoryIds"`   //产品类型id
   WarehouseCode string `json:"warehouseCode"` //仓库缩写
   KeyWord       string `json:"keyWord"`       //搜索条件
   CategoryIds []int `json:"categoryIds"` //产品类型id
   //WarehouseCode string `json:"warehouseCode"` //仓库缩写
   WarehouseId int    `json:"warehouseId"` //仓库ID
   KeyWord     string `json:"keyWord"`     //搜索条件
}
type GetInventoryHistory struct {
@@ -16,6 +17,8 @@
   Unit              string                     `json:"unit"`              //单位
   KeyWord           string                     `json:"keyWord"`           //搜索条件
   BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //基础作业类型
   WarehouseId       string                     `json:"warehouseId"`       // 仓库ID
   WarehouseCode     string                     `json:"warehouseCode"`
}
type GetLocationForms struct {
@@ -24,6 +27,7 @@
   WareHouseCode string `json:"wareHouseCode"`
   ProductId     string `json:"productId"`
   LocationId    int    `json:"locationId"`
   LocationIds   []int  `json:"locationIds"`
}
type GetMonthStats struct {
@@ -31,8 +35,13 @@
   Keyword     string `json:"keyword"`
   Date        string `json:"date"`
   WarehouseID int    `json:"warehouseID"`
   Preload     bool
}
type DoMonthStats struct {
   Token string `json:"token"`
}
type DoWarehouseMonthStats struct {
   Token string `json:"token"`
}