소스 검색

Merge branch 'feature/tmr-group' of baishaojie/tmrgo into develop

xuyiping 1 년 전
부모
커밋
e39b9691cd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      models/pasture.go

+ 2 - 2
models/pasture.go

@@ -2,8 +2,8 @@ package models
 
 type Pasture struct {
 	PastureId   int64  `xorm:"pastureid"`
-	PastureCode string `xorm:"pasture_Code"`
-	PastureName string `xorm:"pasture_Name"`
+	PastureCode string `xorm:"pasture_code"`
+	PastureName string `xorm:"pasture_name"`
 	GroupsId    int64  `xorm:"groupsid"`
 	User        string `xorm:"user"`
 	Note        string `xorm:"note"`