Merge remote-tracking branch 'origin/dev-nx' into dev-nx
This commit is contained in:
commit
1234d7437e
|
|
@ -460,7 +460,7 @@ public class MaType extends BaseEntity {
|
|||
return keeperUserId;
|
||||
}
|
||||
|
||||
public void setKeeperUserIdList(List<Long> keeperUserId) {
|
||||
public void setKeeperUserId(List<Long> keeperUserId) {
|
||||
this.keeperUserId = keeperUserId;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue