package com.xiaowei.bean; import java.util.Date; public class ExceptionLog { private String id; private String className; private String methodName; private Integer lineNumber; private String message; public String getClassName() { return className; } public void setClassName(String className) { this.className = className; } public String getMethodName() { return methodName; } public void setMethodName(String methodName) { this.methodName = methodName; } public Integer getLineNumber() { return lineNumber; } public void setLineNumber(Integer lineNumber) { this.lineNumber = lineNumber; } private Date time; public String getId() { return id; } public void setId(String id) { this.id = id == null ? null : id.trim(); } public String getMessage() { return message; } public void setMessage(String message) { this.message = message == null ? null : message.trim(); } public Date getTime() { return time; } public void setTime(Date time) { this.time = time; } }

2578193624 LV2
2024年6月17日
Huangjy2157 LV2
2023年12月26日
微信网友_6602457430806528 LV6
2023年9月21日
19137715150 LV1
2023年6月18日
sjl821120 LV6
2023年6月10日
yunYUN123 LV1
2023年5月18日
qq2901732871 LV9
2023年4月7日
duoer12 LV5
2022年12月30日
tbwy2014 LV5
2022年10月24日
二十一画 LV10
2022年4月30日

黄志琴 LV1
前天
xianyu091012 LV5
2024年12月26日
wjh007 LV5
2024年9月12日
李朝磊 LV18
2024年6月28日
2578193624 LV2
2024年6月16日
ma406805131 LV19
2024年6月15日
qwe6002 LV10
2024年5月24日
李俊雄 LV3
2024年5月8日
WBelong LV8
2024年4月2日
微信网友_6885494992752640
2024年2月28日
暂无贡献等级