fhx
2023-06-09 7dc9e8d16831768b6412ce7f47f175f3e0082e21
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;
}