Browse Source

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

Yi 2 ngày trước cách đây
mục cha
commit
87942da154
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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