InsPlySettleHxController.java 381 B

123456789101112131415161718
  1. package com.ydtech.modules.fnc.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 gws
  10. * @since 2024-01-10
  11. */
  12. @RestController
  13. @RequestMapping("/fnc/ins-ply-settle-hx")
  14. public class InsPlySettleHxController {
  15. }