| | |
| | | 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 org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | |
| | | * @Description 物品统计 |
| | | * @Version 1.0 |
| | | **/ |
| | | @Api(value = "物品统计", tags = "物品统计") |
| | | @RestController |
| | | @RequestMapping("/pc/warehouse/goodsStatistics") |
| | | public class LWhGoodsStatisticsController extends BaseController { |