소스 검색

Merge branch 'feature/group_list' of xuyiping/kpt-tmr-group into release/v1.0.2

xuyiping 1 년 전
부모
커밋
089e425ee1
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 {