package com.gezi; /** * 作者:是一个鸽子啊 * 时间:2020/06/07 */ public class Container { /** * 长 */ private int length; /** * 宽 */ private int width; private int weight; public Container(int length, int width) { this.length = length; this.width = width; } public Container(int length, int width, int weight) { this.length = length; this.width = width; this.weight = weight; } public int getWeight() { return weight; } public void setWeight(int weight) { this.weight = weight; } public int getLength() { return length; } public void setLength(int length) { this.length = length; } public int getWidth() { return width; } public void setWidth(int width) { this.width = width; } }
最近下载更多
lironggang LV38
2023年3月26日
最代码官方 LV168
2020年6月9日
最近浏览更多
yimaoermao LV1
11月28日
Boss绝 LV9
7月1日
3334004690 LV10
6月22日
lironggang LV38
2023年3月26日
libing1860
2022年5月30日
暂无贡献等级
murat7
2022年5月7日
暂无贡献等级
1057148049 LV11
2022年2月8日
woaini12788 LV7
2022年1月14日
my1999 LV2
2021年12月20日
xp95323 LV14
2021年11月9日