| | |
| | | import com.ruoyi.management.domain.vo.InventoriesSuppliesVO; |
| | | import com.ruoyi.management.domain.vo.SlGoodsMaterialsVO; |
| | | import com.ruoyi.management.service.InventoriesSuppliesService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/inventories-supplies") |
| | | @Api(value = "物资盘点接口", tags = "物资盘点接口", description = "物资盘点接口") |
| | | public class InventoriesSuppliesController { |
| | | |
| | | @Resource |