jiangping
2024-06-20 09da100729793848bc01b51f7b05ca3f1e7ec64f
server/service/src/main/java/com/doumee/dao/business/dto/InsuranceApplyQueryDTO.java
@@ -52,6 +52,9 @@
    @ApiModelProperty(value = "单号")
    private String code;
    @ApiModelProperty(value = "方案名称")
    private String solutionName;
    @DateTimeFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @ApiModelProperty(value = "提交日期开始")
@@ -80,4 +83,8 @@
    @ApiModelProperty(value = "生效中 0=是")
    private Integer isEffective;
    @ApiModelProperty(value = "合并单编码")
    private Integer unionApplyId;
    @ApiModelProperty(value = "是否获取附件信息 0不需要 1需要")
    private Integer getFiles;
}