Merge remote-tracking branch 'origin/master-stander-test' into master-xlk-test
| | |
| | | private List<String> typeIdList; |
| | | /**appid*/ |
| | | private String appId; |
| | | /*** 门店ID**/ |
| | | private String shopId; |
| | | |
| | | public Integer getPageNum() { |
| | | if(this.pageNum == null || this.pageNum < 0){ |
New file |
| | |
| | | package com.hz.his.dto.order; |
| | | |
| | | |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | | public class OrderOtherFilesDto { |
| | | |
| | | /*** 文件类型 **/ |
| | | private String fileType; |
| | | /*** 文件路径**/ |
| | | private String fileUrl; |
| | | } |
| | |
| | | /**必填:退费统计类型(RefundRecord)*/ |
| | | private String refundStatistics; |
| | | |
| | | /**是否归还商品 0=否 1=是*/ |
| | | private Integer isReturnBack; |
| | | |
| | | /**备用参数*/ |
| | | //总订单领建标识 |
| | | private String hisOrderId; |
| | |
| | | private String giveIncreaseInfo; |
| | | /**非必填 可以参与积分抵扣结账的商品标识*/ |
| | | private List<String> canIntegralCashIdList; |
| | | /**非必填 其他截图或者文件上传 **/ |
| | | private List<OrderOtherFilesDto> otherInfoFiles; |
| | | |
| | | } |
| | |
| | | /**价格查询 最小价格 最大价格*/ |
| | | private String minPrice; |
| | | private String maxPrice; |
| | | /**查询区分 0=项目分类查询 1=诉求分类查询**/ |
| | | private Integer searchType; |
| | | |
| | | } |