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