```
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

refactor(config): 移除MapPit结构体中的PitName字段

移除了MapPit结构体中未使用的PitName字段,该字段包含坑位名称相关信息,
以简化数据模型结构。
```
This commit is contained in:
昔念
2026-02-24 13:09:09 +08:00
parent fa6132a7d1
commit f1c162d10f

View File

@@ -26,7 +26,6 @@ type MapPit struct {
Remark string `gorm:"type:varchar(255);default:'';comment:'性别配置备注(如:默认性别规则)'" json:"remark"` // 调整注释 // 复用通用基础配置ID/创建时间/更新时间等)
MapID []int32 `gorm:"type:int[];comment:'绑定地图地图ID'" json:"map_id"`
*Event
PitName string `gorm:"type:varchar(100);default:'';comment:'坑位名称'" json:"pit_name"`
RefreshID []int `gorm:"type:int[];comment:'精灵ID列表'" json:"refresh_id"`
//最小等级