Browse Source

打印修改

pull/222/head
娄文智 2 years ago
parent
commit
e337fb9a39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/qm/ReclinerReclst.model.go

+ 1
- 1
models/qm/ReclinerReclst.model.go View File

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

Loading…
Cancel
Save