zhaobo 1 неделю назад
Родитель
Сommit
9a1d2023c0

+ 23
- 0
zs-manager/src/main/java/com/ruoyi/tjfx/service/TjfxAnalysisDataService.java Просмотреть файл

@@ -0,0 +1,23 @@
package com.ruoyi.tjfx.service;

import com.ruoyi.tjfx.entity.TjfxAnalysisDataDTO;


import java.util.List;
import java.util.Map;


public interface TjfxAnalysisDataService {


List<Map<String, Object>> selectByProductCode(TjfxAnalysisDataDTO tjfxAnalysisDataDTO) throws Exception;

Map<String, List<String>> select(TjfxAnalysisDataDTO tjfxAnalysisDataDTO) throws Exception;


List<Map<String, Object>> selectMonth(TjfxAnalysisDataDTO tjfxAnalysisDataDTO) throws Exception;

Map<String, Object> selectByProductAndShopAndSpecification(TjfxAnalysisDataDTO tjfxAnalysisDataDTO) throws Exception;


}

Загрузка…
Отмена
Сохранить