瀏覽代碼

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

Yi 2 天之前
父節點
當前提交
87942da154
共有 1 個文件被更改,包括 1 次插入1 次删除
  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