futian.liu
2023-12-14 8198de5cf4f4bccf44b789b895980569307a5ceb
consum-base/src/main/java/com/consum/base/controller/LWhGoodsStatisticsController.java
@@ -7,6 +7,7 @@
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;
@@ -20,6 +21,7 @@
 * @Description 物品统计
 * @Version 1.0
 **/
@Api(value = "物品统计", tags = "物品统计")
@RestController
@RequestMapping("/pc/warehouse/goodsStatistics")
public class LWhGoodsStatisticsController extends BaseController {