Pārlūkot izejas kodu

barn: 栏舍修改记录 2

Yi 1 gadu atpakaļ
vecāks
revīzija
fb34000898
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      model/formula_estimate.go

+ 2 - 2
model/formula_estimate.go

@@ -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 {