chenjiahe
2023-06-14 0de596b5fce6a1ae1d33adb8015f4c8b07c65c11
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;
}