This commit is contained in:
aozhiwei 2024-11-13 11:35:21 +08:00
parent 9c5c88b31d
commit 10b83cd49d

View File

@ -9,4 +9,5 @@ type Chip struct {
} }
func (this *Chip) FromModel(m *model.Chip) { func (this *Chip) FromModel(m *model.Chip) {
this.ItemId = m.ItemId
} }