ZhcxOutsideInspectionItpQcItemResultController.java 436 B

1234567891011121314151617181920
  1. package com.rongwei.bsserver.controller;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.web.bind.annotation.RestController;
  4. /**
  5. * <p>
  6. * 外部报验-ITP报验-QC检查内容和结论 前端控制器
  7. * </p>
  8. *
  9. * @author wm
  10. * @since 2023-12-26
  11. */
  12. @RestController
  13. @RequestMapping("/zhcxOutsideInspectionItpQcItemResult")
  14. public class ZhcxOutsideInspectionItpQcItemResultController {
  15. }