liusheng
4 天以前 930183ea5d2ee2c6bccc3cf5093591f9f3e1b32b
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/vo/AppointmentSaveReqVO.java
@@ -117,4 +117,19 @@
     * 登记时间
     */
    private Date registerDate;
    /**
     * 开单医生
     */
    private String doctor;
    /**
     * 开单医生编码
     */
    private String doctorCode;
    /**
     * 开单时间
     */
    private Date doctorTime;
}