01 | package studymapper.bean; |
02 |
03 | public class CardBean { |
04 | private int s_id; |
05 | private String s_card; |
06 | private String content; |
07 | public int getS_id() { |
08 | return s_id; |
09 | } |
10 | public void setS_id( int s_id) { |
11 | this .s_id = s_id; |
12 | } |
13 | public String getS_card() { |
14 | return s_card; |
15 | } |
16 | public void setS_card(String s_card) { |
17 | this .s_card = s_card; |
18 | } |
19 | public String getContent() { |
20 | return content; |
21 | } |
22 | public void setContent(String content) { |
23 | this .content = content; |
24 | } |
25 | } |

ly3812 LV17
2020年6月5日
咖啡里的糖 LV6
2020年5月19日
yb888888 LV4
2020年4月18日
1358849392 LV21
2019年11月13日
657588854 LV8
2019年7月25日
YoungSpring LV7
2019年4月19日
wanjiale LV3
2019年3月18日
caozhou LV14
2019年3月12日
zhangshao LV1
2019年3月7日
czp1068894 LV8
2018年11月20日