| | |
| | | import java.util.ArrayList; |
| | | import java.util.Map; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import jakarta.annotation.Resource; |
| | | import org.apache.commons.compress.utils.Lists; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | |
| | | import com.walker.web.ResponseValue; |
| | | |
| | | import cn.hutool.core.util.ReflectUtil; |
| | | import io.swagger.annotations.Api; |
| | | |
| | | /** |
| | | * @ClassName lWarehouseFlowController |
| | |
| | | * @Description |
| | | * @Version 1.0 |
| | | **/ |
| | | @Api(value = "仓库流水", tags = "仓库流水") |
| | | // @Api(value = "仓库流水", tags = "仓库流水") |
| | | @RestController |
| | | @RequestMapping("/pc/warehouse/flow") |
| | | public class LWarehouseFlowController extends BaseController { |