rx
2024-08-02 7b2467a59d3a663fc3d004c852a843f363251029
phis-feign/src/main/java/com/hz/his/dto/order/OrderDto.java
@@ -42,6 +42,11 @@
    /**是否查询积分订单*/
    private Integer isIntegral;
    //是否查询已完成订单
    /**是否查询已完成订单*/
    private Integer isSuc;
    /**是否查询拼团 0 否 1 是*/
    private Integer isGroupBuy;
    /**是否过滤已退款的单 0 否 1 是*/
    private Integer isRefund;
}