package com.kwan.shuyu.domain; import lombok.Data; @Data public class Content { private String title; private String img; private String price; }