packagecom.yidianling.im.session.extension;importcom.alibaba.fastjson.JSONObject;/** * 客服名片 * Created by xj on 2019/10/29. */publicclassCustomCustomerServiceCardAttachmentextendsCustomAttachment{publicCustomCustomerServiceCardAttachment(){super(CustomAttachmentType.TYPE_CUSTOMER_SERVICE);}@OverrideprotectedvoidparseData(JSONObjectdata){}@OverrideprotectedJSONObjectpackData(){returnnull;}}