|
@@ -414,8 +414,8 @@ type PastureFeedTemplateHistoryResponse struct {
|
|
|
|
|
|
type PastureBarnHistoryRequest struct {
|
|
|
BarName string `json:"barname"`
|
|
|
- StartDate string `json:"startdate"`
|
|
|
- EndDate string `json:"enddate"`
|
|
|
+ StartDate string `json:"startDate"`
|
|
|
+ EndDate string `json:"endDate"`
|
|
|
}
|
|
|
|
|
|
type PastureBarnHistoryResponse struct {
|