|
@@ -1,7 +1,6 @@
|
|
|
package org.dromara.InventoryManagement.controller;
|
|
|
|
|
|
|
|
|
-import cn.dev33.satoken.annotation.SaIgnore;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import org.dromara.InventoryManagement.domain.bo.StorageBo;
|
|
|
import org.dromara.InventoryManagement.domain.vo.StorageVo;
|
|
@@ -12,7 +11,6 @@ import org.dromara.common.mybatis.core.page.TableDataInfo;
|
|
|
import org.dromara.common.web.core.BaseController;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
-@SaIgnore
|
|
|
@RestController
|
|
|
@RequiredArgsConstructor
|
|
|
@RequestMapping("/inventoryManagement/putInStorage")
|