k94314517
2024-04-02 fdb3e482f9a193eb7f793915e4c0dbbeba510ccf
server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java
@@ -80,4 +80,8 @@
    @ApiModelProperty(value = "生效中 0=是")
    private Integer isEffective;
    @ApiModelProperty(value = "合并单编码")
    private Integer unionApplyId;
    @ApiModelProperty(value = "是否获取附件信息 0不需要 1需要")
    private Integer getFiles;
}