/** * 图书类型实体 */ public class BookType{ private Integer id; //类型编号 private String typeName; public void setId(Integer id) { this.id = id; } public void setTypeName(String typeName) { this.typeName = typeName; } public Integer getId() { return (this.id); } public String getTypeName() { return (this.typeName); } //类型名 }

krispeng LV14
2024年11月12日
微信网友_7014979315568640 LV2
2024年6月8日
linmooo LV3
2024年5月25日
yrisok LV3
2024年4月22日
123ALISE LV2
2023年11月30日
18176866431 LV4
2023年8月28日
qazxsw111 LV11
2023年4月9日
微信网友_6373168465580032 LV3
2023年3月7日
流觞浮云 LV2
2022年12月8日
陈俊翰 LV7
2022年9月23日