chenjiahe
2023-12-25 7def81d3697967c125a1a3fdc385a2c15efb0396
phis-feign/src/main/java/com/hz/his/dto/order/OrderInitVo.java
@@ -11,4 +11,10 @@
    /**订单标识*/
    private String orderId;
    public OrderInitVo() {
    }
    public OrderInitVo(String orderId) {
        this.orderId = orderId;
    }
}