Ver Fonte

pasture: 集团账号下发

Yi há 1 ano atrás
pai
commit
992ec960d4
1 ficheiros alterados com 2 adições e 2 exclusões
  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"`