package com.ydtech.modules.fnc.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 月度结算单核销确认 前端控制器 *

* * @author gws * @since 2024-01-10 */ @RestController @RequestMapping("/fnc/ins-ply-settle-hx") public class InsPlySettleHxController { }