Преглед изворни кода

barn: 栏舍修改记录 2

Yi пре 1 година
родитељ
комит
fb34000898
1 измењених фајлова са 2 додато и 2 уклоњено
  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 {