package com.wb.sc.parser; import com.wb.sc.bean.Comment; public class CommentParser { public void parse(Comment dataBean) { //进行数据解析处理 } }