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

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

parent 32926db2
......@@ -20,13 +20,13 @@ import java.util.List;
/**
* @author licancan
* @description 保单号对应起止保时间 controller
* @description 保单维护 controller
* @date 2022-12-07 16:56:53
*/
@RestController
@RequiredArgsConstructor
@RequestMapping("/insurancePolicy")
@Tag(name = "保单号对应起止保时间相关")
@Tag(name = "保单维护相关")
@SecurityRequirement(name = HttpHeaders.AUTHORIZATION)
public class TInsurancePolicyController {
@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