01 | package bean; |
02 | /** |
03 | * @author 作者: guya |
04 | * description: |
05 | */ |
06 | public class Hero { |
07 | public int id; |
08 | public String name; |
09 | public float hp; |
10 | public int damage; |
11 | |
12 | public int getId() { |
13 | return id; |
14 | } |
15 | public void setId( int id) { |
16 | this .id = id; |
17 | } |
18 | public String getName() { |
19 | return name; |
20 | } |
21 | public void setName(String name) { |
22 | this .name = name; |
23 | } |
24 | public float getHp() { |
25 | return hp; |
26 | } |
27 | public void setHp( float hp) { |
28 | this .hp = hp; |
29 | } |
30 | public int getDamage() { |
31 | return damage; |
32 | } |
33 | public void setDamage( int damage) { |
34 | this .damage = damage; |
35 | } |
36 | } |

liuliuyl LV3
2023年6月17日
小顾顾顾顾顾 LV4
2023年6月7日
ZDM133 LV2
2023年5月22日
人生三重奏 LV1
2022年12月21日
无名氏111 LV33
2022年12月16日
1379585889 LV11
2022年12月14日
bigstone1 LV1
2022年11月9日
微信网友_6208827097387008 LV1
2022年11月7日
sdkjfhg LV1
2022年3月6日
guanxiaopeng LV1
2021年12月21日