fhx
2023-12-18 b8e945f1ebcb88af267a089d905fa23efdc9bee9
phis-feign/src/main/java/com/hz/his/dto/order/CancelOrderDto.java
@@ -26,11 +26,18 @@
    /** 平台来源  因为是his助手取消订单的话就要自动确认退款单  必填*/
    private Integer platformSource;
    /**his助手*/
    public static  Integer HIS_ASSISTANT = 0;
    /** 取消订单备注 */
    private String remarks;
    /** 是否第三方退款:0否1是 */
    private Integer isThirdPartyRefund = 1;
    /**his助手*/
    public static final Integer HIS_ASSISTANT = 0;
     /**his后台*/
    public static  Integer HIS_BACKSTAGE = 1;
    public static final Integer HIS_BACKSTAGE = 1;
    /**导医*/
    public static final Integer PHIS_GUIDE = 2;
}