package com.hfkj.model; import com.alibaba.fastjson.JSONObject; import com.hfkj.entity.BsStoreGroupContent; import com.hfkj.entity.BsStoreGroupServeRule; import com.hfkj.entity.BsStoreImg; import lombok.Data; import java.util.List; @Data public class GroupContentModel { private List groupDetails; private BsStoreGroupServeRule storeGroupServeRule; }