package com.hzj.beans;
public class AdminMess {
String mess;
String type;
int state;
public String getMess() {
return mess;
}
public void setMess(String mess) {
this.mess = mess;
}
public int getState() {
return state;
}
public void setState(int state) {
this.state = state;
}
public AdminMess(String mess, String type, int state) {
super();
this.mess = mess;
this.type = type;
this.state = state;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
}
最近下载更多
ma406805131 LV19
2024年12月18日
lvhongquan LV11
2023年12月30日
wanglongfei2 LV2
2023年6月15日
liangge2115 LV27
2022年12月27日
最代码-宋家辉 LV61
2022年4月24日
wanglinddad LV55
2022年4月16日
我是helloworld LV23
2021年12月20日
哒哒你个嘻嘻 LV3
2021年12月18日
evagsd LV6
2021年12月3日
xxxdragon LV10
2021年9月10日
最近浏览更多
ma406805131 LV19
2024年12月18日
微信网友_7005760998215680 LV6
2024年10月2日
sadselect LV8
2024年6月28日
bankroll LV5
2024年6月13日
lvhongquan LV11
2023年12月30日
13161895 LV1
2023年12月29日
black8angel LV4
2023年12月22日
shuangfu LV25
2023年12月2日
LITIANYU084414 LV11
2023年11月28日
wanglongfei2 LV2
2023年6月15日

