| | |
| | | package com.consum.base.controller; |
| | | |
| | | import com.consum.base.BaseController; |
| | | import com.consum.base.core.utils.CommonUtil; |
| | | import com.consum.base.pojo.query.LWhGoodsStatisQry; |
| | | import com.consum.base.service.LWhGoodsStatisticsServiceImpl; |
| | | import com.consum.model.po.FinSysTenantUser; |
| | | import com.iplatform.model.po.S_user_core; |
| | | import com.walker.web.ResponseValue; |
| | | import io.swagger.annotations.Api; |
| | | import javax.annotation.Resource; |
| | | |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import javax.annotation.Resource; |
| | | import com.consum.base.BaseController; |
| | | import com.consum.base.core.utils.CommonUtil; |
| | | import com.consum.base.pojo.query.LWhGoodsStatisQry; |
| | | import com.consum.base.service.LWhGoodsStatisticsService; |
| | | import com.consum.model.po.FinSysTenantUser; |
| | | import com.iplatform.model.po.S_user_core; |
| | | import com.walker.web.ResponseValue; |
| | | |
| | | import io.swagger.annotations.Api; |
| | | |
| | | /** |
| | | * @ClassName LWhGoodsStatisticsController |
| | |
| | | public class LWhGoodsStatisticsController extends BaseController { |
| | | |
| | | @Resource |
| | | private LWhGoodsStatisticsServiceImpl lWhGoodsStatisticsService; |
| | | private LWhGoodsStatisticsService lWhGoodsStatisticsService; |
| | | |
| | | @GetMapping("") |
| | | public ResponseValue getWhGoodsStatisList() { |