Commit f9980150 authored by 李灿灿's avatar 李灿灿

feat:保单号对应起止保时间接口完善

parent 32926db2
...@@ -20,13 +20,13 @@ import java.util.List; ...@@ -20,13 +20,13 @@ import java.util.List;
/** /**
* @author licancan * @author licancan
* @description 保单号对应起止保时间 controller * @description 保单维护 controller
* @date 2022-12-07 16:56:53 * @date 2022-12-07 16:56:53
*/ */
@RestController @RestController
@RequiredArgsConstructor @RequiredArgsConstructor
@RequestMapping("/insurancePolicy") @RequestMapping("/insurancePolicy")
@Tag(name = "保单号对应起止保时间相关") @Tag(name = "保单维护相关")
@SecurityRequirement(name = HttpHeaders.AUTHORIZATION) @SecurityRequirement(name = HttpHeaders.AUTHORIZATION)
public class TInsurancePolicyController { public class TInsurancePolicyController {
@Resource @Resource
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment