| 123456789101112131415161718 |
- package com.ydtech.modules.fnc.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 月度结算单核销确认 前端控制器
- * </p>
- *
- * @author gws
- * @since 2024-01-10
- */
- @RestController
- @RequestMapping("/fnc/ins-ply-settle-hx")
- public class InsPlySettleHxController {
- }
|