@@ -11,5 +11,5 @@ import lombok.Setter;
@Setter
@Getter
public class TokenHospitalVO {
- private Long HospitalId;
+ private Long hospitalId;
}