|
@ -51,5 +51,5 @@ type ReclinerReclst struct { |
|
|
* |
|
|
* |
|
|
******************************************************************************/ |
|
|
******************************************************************************/ |
|
|
func (self *ReclinerReclst) GetKey() core.PK { |
|
|
func (self *ReclinerReclst) GetKey() core.PK { |
|
|
return core.PK{self.PlantNr, self.RecNr, self.Line} |
|
|
|
|
|
|
|
|
return core.PK{self.PlantNr, self.RecNr} |
|
|
} |
|
|
} |