package com.book.model; public class Book { private Integer bookId; private String bookName; private String author; //状态 1上架 2下架 private Integer status; private Integer bookTypeId; private String publish; //库存 private Integer number; private double price; private String remark; public Integer getBookId() { return bookId; } public void setBookId(Integer bookId) { this.bookId = bookId; } public String getBookName() { return bookName; } public void setBookName(String bookName) { this.bookName = bookName; } public String getAuthor() { return author; } public void setAuthor(String author) { this.author = author; } public String getRemark() { return remark; } public void setRemark(String remark) { this.remark = remark; } public Integer getStatus() { return status; } public void setStatus(Integer status) { this.status = status; } public Integer getBookTypeId() { return bookTypeId; } public void setBookTypeId(Integer bookTypeId) { this.bookTypeId = bookTypeId; } public String getPublish() { return publish; } public void setPublish(String publish) { this.publish = publish; } public Integer getNumber() { return number; } public void setNumber(Integer number) { this.number = number; } public double getPrice() { return price; } public void setPrice(double price) { this.price = price; } }
最近下载更多
lsglsg9 LV23
2023年12月20日
sunshine9920 LV12
2023年10月23日
hongdongdong LV14
2023年8月9日
12345681 LV2
2023年6月10日
gxluchuan LV1
2023年4月7日
lolokei LV1
2022年10月10日
喃喵xxxx LV6
2022年9月6日
zxcvbnm1580 LV1
2022年6月15日
testuser1234567 LV24
2022年5月31日
sks666 LV5
2022年5月25日