Skip to content

Commit

Permalink
Removed duplicate columns of userID from V_getVanLocDetails.
Browse files Browse the repository at this point in the history
  • Loading branch information
shreypatidar-beehyv committed Dec 11, 2023
1 parent 3efd333 commit 878afe9
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ public class V_getVanLocDetails {
@Column(name = "blockid")
@Expose
private Integer blockid;

@Column(name = "userid")
@Expose
private Integer userID;

@Column(name = "blockname")
@Expose
private String blockname;
Expand Down

0 comments on commit 878afe9

Please sign in to comment.