| | |
| | | import com.mes.hollow.entity.vo.HollowBigStorageDetailsQueryVO; |
| | | import com.mes.hollow.service.HollowBigStorageCageService; |
| | | import com.mes.utils.Result; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | |
| | | * @author makejava |
| | | * @since 2024-11-21 09:22:39 |
| | | */ |
| | | @Api(tags = "中空理片笼详情") |
| | | @RestController |
| | | @RequestMapping("hollowBigStorageCage") |
| | | public class HollowBigStorageCageController { |