PatrolManufacturerController.java 343 B

123456789101112131415161718
  1. package com.bizmatics.controller.web;
  2. import org.springframework.stereotype.Controller;
  3. import org.springframework.web.bind.annotation.RequestMapping;
  4. /**
  5. * 厂家管理-未开发
  6. *
  7. * @author ya
  8. * @since 2021-10-15
  9. */
  10. @Controller
  11. @RequestMapping("/patrolManufacturer")
  12. public class PatrolManufacturerController {
  13. }