Browse Source

config: penType 更新栏舍类型表名称

Yi 2 days ago
parent
commit
87942da154
1 changed files with 1 additions and 1 deletions
  1. 1 1
      model/config_barn_type.go

+ 1 - 1
model/config_barn_type.go

@@ -17,7 +17,7 @@ type ConfigPenType struct {
 }
 
 func (c *ConfigPenType) TableName() string {
-	return "config_pen_type"
+	return "config_barn_type"
 }
 
 type ConfigBarnTypeSlice []*ConfigPenType