model/plc_brand.go
@@ -54,7 +54,10 @@ func (slf *PlcBrandSearch) CreateBatch(records []*PlcBrand) error { var db = slf.build() return db.Create(records).Error for _, record := range records{ db.Create(record) } return nil } func (slf *PlcBrandSearch) Delete() error {