package com.bamboo.bean; import java.io.Serializable; /** * @description: 商品信息实体类 * @author: 梦竹 * @time: 2020/5/29 15:20 * @version:1.0.0 */ public class Goods extends Page implements Serializable { private Integer goodsId;// 商品编号 private String goodsName;// 商品名称 private Unit unit;// 商品单位 private Integer unitId;// 商品单位编号 public Integer getGoodsId() { return goodsId; } public void setGoodsId(Integer goodsId) { this.goodsId = goodsId; } public String getGoodsName() { return goodsName; } public void setGoodsName(String goodsName) { this.goodsName = goodsName; } public Unit getUnit() { return unit; } public void setUnit(Unit unit) { this.unit = unit; } public Integer getUnitId() { return unitId; } public void setUnitId(Integer unitId) { this.unitId = unitId; } }

微信网友_6602457430806528 LV6
2023年9月21日
刘春涛 LV2
2023年6月14日
huangquanxiansheng LV4
2023年5月24日
yeyuuu LV6
2023年5月19日
苏拉德666 LV4
2023年5月15日
admin789987 LV2
2023年4月20日
jhh123 LV4
2022年11月23日
微信网友_5963854197018624 LV7
2022年6月13日
W_123456 LV8
2022年6月8日
java代写 LV7
2022年4月23日