package com.dsh.other.feignclient.model; import lombok.Data; @Data public class StoreDetailOfCourse { String storeName; String storeAddr; }