| | |
| | | |
| | | import com.ruoyi.management.domain.SlStoreManagementImg; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.management.domain.dto.StoreManagementimgDTO; |
| | | import com.ruoyi.management.domain.dto.StoreManagementimgQuery; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * @since 2024-06-25 |
| | | */ |
| | | public interface SlStoreManagementImgService extends IService<SlStoreManagementImg> { |
| | | void addStoreManagementimg(@RequestBody StoreManagementimgDTO storeManagementimgDTO); |
| | | |
| | | SlStoreManagementImg getStoreManagementimgOne(@RequestBody StoreManagementimgQuery storeManagementimgQuery); |
| | | } |