| | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import jakarta.annotation.Resource; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | |
| | | import com.walker.web.ResponseValue; |
| | | |
| | | import cn.hutool.core.convert.Convert; |
| | | import io.swagger.annotations.Api; |
| | | |
| | | |
| | | /** |
| | | * @ClassName LWhHomeStatisticsController |
| | |
| | | |
| | | @RestController |
| | | @RequestMapping("/pc/warehouse/homeStatistics") |
| | | @Api(value = "首页统计", tags = "首页统计") |
| | | // @Api(value = "首页统计", tags = "首页统计") |
| | | public class LWhHomeStatisticsController extends BaseController { |
| | | @Resource |
| | | private LWhGoodsService lWhGoodsService; |