| | |
| | | import java.util.Map; |
| | | import java.util.stream.Collectors; |
| | | |
| | | 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; |
| | |
| | | import com.walker.infrastructure.utils.CollectionUtils; |
| | | import com.walker.web.ResponseValue; |
| | | |
| | | import io.swagger.annotations.Api; |
| | | |
| | | @Api(value = "物品型号", tags = "物品型号") |
| | | // @Api(value = "物品型号", tags = "物品型号") |
| | | @RestController |
| | | @RequestMapping("/pc/warehouse/procureModel") |
| | | public class LWhProcureModelController extends BaseController { |