package com.rongwei.bsserver.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 外部报验-ITP报验-QC检查内容和结论 前端控制器 *
* * @author wm * @since 2023-12-26 */ @RestController @RequestMapping("/zhcxOutsideInspectionItpQcItemResult") public class ZhcxOutsideInspectionItpQcItemResultController { }