package com.oying.modules.pc.store.service; import com.oying.modules.pc.store.domain.dto.StoreCreateRequest; public interface StoreCreateService { void create(StoreCreateRequest request); }