| | |
| | | import com.mes.hollow.entity.dto.LackDetailsDTO; |
| | | import com.mes.hollow.service.HollowGlassRelationInfoService; |
| | | 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.RequestMapping; |
| | |
| | | * @author makejava |
| | | * @since 2024-11-23 15:59:27 |
| | | */ |
| | | @Api(tags = "流程卡关系") |
| | | @RestController |
| | | @RequestMapping("hollowGlassRelationInfo") |
| | | public class HollowGlassRelationInfoController { |