zhoushihao
2025-01-17 5d1bb80afb4c4db35eec39577c3e47b2d5e91dbb
hangzhoumesParent/moduleService/howllowGlassModule/src/main/java/com/mes/hollow/controller/HollowBigStorageCageController.java
@@ -5,6 +5,7 @@
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;
@@ -20,6 +21,7 @@
 * @author makejava
 * @since 2024-11-21 09:22:39
 */
@Api(tags = "中空理片笼详情")
@RestController
@RequestMapping("hollowBigStorageCage")
public class HollowBigStorageCageController {