wangrenhuang
2023-06-25 4ec85c095641bc9fc85c98fa94e97af22faa9a31
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;
}