@@ -41,7 +41,7 @@ public class BookEntity implements Serializable {
* type_name
*/
@Column(name = "type_id")
- private String type_id;
+ private Integer type_id;
/**