zhangqian
2024-05-16 0357939d4ab2a10ae3678e2285d012c713c26963
models/text.go
@@ -10,7 +10,7 @@
   // Word 文字
   Word struct {
      gorm.Model
      Content          string `gorm:"uniqueIndex:locomotive_number_Word;type:varchar(255);not null;default:'';comment:音频名称" json:"content"`         // 文字
      Content          string `gorm:"uniqueIndex:locomotive_number_Word;type:varchar(255);not null;default:'';comment:文字" json:"content"`           // 文字
      LocomotiveNumber string `gorm:"uniqueIndex:locomotive_number_Word;type:varchar(255);not null;default:'';comment:机车号" json:"locomotiveNumber"` // 机车号
   }