| | |
| | | import com.ruoyi.management.domain.vo.SlGoodsMaterialsVO; |
| | | import com.ruoyi.management.domain.vo.SlGoodsShelfVO; |
| | | import com.ruoyi.management.service.SlGoodsMaterialsService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import io.swagger.annotations.ApiParam; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/sl-goods-materials") |
| | | @Api(value = "物资管理接口", tags = "物资管理接口", description = "物资管理接口") |
| | | public class SlGoodsMaterialsController { |
| | | @Resource |
| | | private SlGoodsMaterialsService slGoodsMaterialsService; |