Mybtais Plus 存取json转为java对象 @Data @TableName(value = "order", autoResultMap = true) public class Order implements Serializable { private static final long serialVersionUID=1L; /** * 主键 */ @TableId(value = "id", type = IdType.AUTO) private Integer id; /** * 订单属性(JSON),需要自定义TypeHan...