赞
踩
程序员必备网站:综合服务官网 (tmxkj.top)
把数据类型设置为 json
- @Data
- @TableName(value = "tab_order",autoResultMap = true)
- public class Order implements Serializable {
- @TableId(value = "order_id",type = IdType.AUTO)
- private String orderId; // 订单id
- //数组类型 如果要换成对象切换就可以了
- @TableField(typeHandler = FastjsonTypeHandler.class)
- private JSONArray discount; // 折扣信息
-
-
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。