fwq
2023-07-04 b4e42c45bff411ad1465c064674e7be438edff17
phis-feign/src/main/java/com/hz/his/dto/order/CancelOrderDto.java
@@ -27,10 +27,11 @@
    private Integer platformSource;
    /**his助手*/
    public static  Integer HIS_ASSISTANT = 0;
    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;
}