package com.huimv.farm.damsubsidy.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 落地检 前端控制器 *
* * @author author * @since 2023-04-26 */ @RestController @RequestMapping("/bill-isolated") public class BillIsolatedController { }