jiangping
2024-12-27 5506edbe54883b31db3cc8e4a1d9d0795a18a3c9
server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java
@@ -71,6 +71,9 @@
    @ApiModelProperty(value = "类型 0直保 1委托投保")
    private Integer type;
    @ApiModelProperty(value = "0=未开始;1=保障中 ;2=已过期 3=未过期")
    private Integer timeOut;
    @ApiModelProperty(value = "主键列表",notes = "委托投保开票使用")
    private List<Integer> ids;