fwq
2024-08-21 06ce85fcdabc441a0d86a510b176920f25365c35
phis-feign/src/main/java/com/hz/his/vo/bi/revenue/RevenueQuery.java
@@ -40,6 +40,8 @@
    private Date endCreateTime;
    /**是否过滤测试账号*/
    private Integer isFilterTestAccount;
    /**是否过滤对冲数据*/
    private Integer isHedging;
    /**业绩类型*/
    private List<Integer> sourceTypeList;
@@ -453,8 +455,13 @@
    private String mainChannelName;
    /**执行部位*/
    private String deductionBodyPartInfo;
    /**导出版本*/
    private String exportVersion = EXPORT_VERSION_V1;
    /**导出版本-v1*/
    public static final String EXPORT_VERSION_V1 = "v1";
    /**导出版本-v2*/
    public static final String EXPORT_VERSION_V2 = "v2";
    public Integer getPageNum() {
        if(pageNum == null){
@@ -477,4 +484,8 @@
    public void setPageSize(Integer pageSize) {
        this.pageSize = pageSize;
    }
}