import 'package:bbyyy/generated/json/base/json_convert_content.dart'; class NewMsgBeanEntity with JsonConvert { String type; NewMsgBeanContent content; } class NewMsgBeanContent with JsonConvert { NewMsgBeanContentSender sender; NewMsgBeanContentReceiver receiver; String content; String time; String type; String uuid; NewMsgBeanContentShop shop; NewMsgBeanContentOrder order; NewMsgBeanContentGoods goods; } class NewMsgBeanContentSender with JsonConvert { String pic; String name; int id; int uid; } class NewMsgBeanContentReceiver with JsonConvert { String pic; String name; int id; int uid; } class NewMsgBeanContentShop with JsonConvert { } class NewMsgBeanContentOrder with JsonConvert { } class NewMsgBeanContentGoods with JsonConvert { }