ProEconEquipmentInfoDay6Controller.java 395 B

1234567891011121314151617181920
  1. package com.gyee.generation.controller;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.web.bind.annotation.RestController;
  4. /**
  5. * <p>
  6. * 离散率转换效率 前端控制器
  7. * </p>
  8. *
  9. * @author shilin
  10. * @since 2022-11-01
  11. */
  12. @RestController
  13. @RequestMapping("//pro-econ-equipment-info-day6")
  14. public class ProEconEquipmentInfoDay6Controller {
  15. }