package com.huimv.admin.controller; import com.huimv.admin.common.utils.Result; import com.huimv.admin.entity.BreedChildbirth; import com.huimv.admin.entity.BreedCollectSemen; import com.huimv.admin.service.IBreedCollectSemenService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import java.util.Map; /** *
* 个体采精 前端控制器 *
* * @author author * @since 2024-08-16 */ @RestController @RequestMapping("/breed-collect-semen") @CrossOrigin public class BreedCollectSemenController { @Autowired private IBreedCollectSemenService breedCollectSemenService; @RequestMapping("/listPage") public Result listPage(@RequestBody Map