WangHan
2025-04-02 a8ba678a3fe5a39da2c732014cebbb66e408e97c
consum-base/src/main/java/com/consum/base/controller/LWhGoodsStatisticsController.java
@@ -1,7 +1,5 @@
package com.consum.base.controller;
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;
@@ -14,7 +12,7 @@
import com.iplatform.model.po.S_user_core;
import com.walker.web.ResponseValue;
import io.swagger.annotations.Api;
/**
 * @ClassName LWhGoodsStatisticsController
@@ -23,7 +21,7 @@
 * @Description 物品统计
 * @Version 1.0
 **/
@Api(value = "物品统计", tags = "物品统计")
// @Api(value = "物品统计", tags = "物品统计")
@RestController
@RequestMapping("/pc/warehouse/goodsStatistics")
public class LWhGoodsStatisticsController extends BaseController {