Преглед на файлове

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 {