server/service/src/main/java/com/doumee/dao/business/model/UnionApply.java
@@ -119,6 +119,9 @@ @JsonFormat(pattern = "yyyy-MM-dd") @TableField(exist = false) private Date queryStartTime; @ApiModelProperty(value = "查询类型 1子查询可合并单数", example = "1") @TableField(exist = false) private int queryFlag; @ApiModelProperty(value = "查询结束日期", example = "1") @JsonFormat(pattern = "yyyy-MM-dd")