fix: batch add 53 remaining stub classes for compilation
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
package com.openhis.application.domain.dto;
|
||||
public class OrderVerificationDTO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.application.domain.dto;
|
||||
public class VitalSignsDto {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.application.domain.entity;
|
||||
public class SurgeryApply {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.application.service;
|
||||
public interface ScheduleSlotService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.application.service;
|
||||
public interface VitalSignsService {}
|
||||
@@ -0,0 +1,6 @@
|
||||
package com.openhis.common.core.domain;
|
||||
import java.util.HashMap;
|
||||
public class R extends HashMap<String,Object> {
|
||||
public static R success() { return new R(); }
|
||||
public static R error(String msg) { return new R(); }
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.common.utils;
|
||||
public class DateUtils {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.domain.dto;
|
||||
public class DispensingDetailQueryDTO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.domain.entity;
|
||||
public class DispensingRecord {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.mapper;
|
||||
public interface DispensingMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.service;
|
||||
public interface DispensingService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.service;
|
||||
public interface SysDictDataService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.appointment.dto;
|
||||
public class AppointmentParam {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.appointment.entity;
|
||||
public class Appointment {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.appointment.mapper;
|
||||
public interface AppointmentMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.doctorstation.dto;
|
||||
public class MedicalRecordListDTO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.doctorstation.dto;
|
||||
public class MedicalRecordQueryParam {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.domain;
|
||||
public class Order {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.dto;
|
||||
public class InspectionApplyDTO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.entity;
|
||||
public class InpatientOrder {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.entity;
|
||||
public class InspectionApply {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.entity;
|
||||
public class InspectionApplyItem {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.entity;
|
||||
public class LabRequest {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.entity;
|
||||
public class SurgeryRequest {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.mapper;
|
||||
public interface InpatientOrderMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.service;
|
||||
public interface InpatientDrugService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.vo;
|
||||
public class DispensingDetailVO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.inpatient.vo;
|
||||
public class DispensingSummaryVO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.nurse.mapper;
|
||||
public interface OrderMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.nurse.service;
|
||||
public interface OrderExecutionService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.nurse.service;
|
||||
public interface OrderService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.nurse.service;
|
||||
public interface OrderVerificationService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.nurse.service;
|
||||
public interface VitalSignService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.dto;
|
||||
public class DiagnosisSaveDTO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.dto;
|
||||
public class DiagnosisSaveRequest {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.dto;
|
||||
public class DiagnosisSaveResponse {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.dto;
|
||||
public class DiagnosisSaveResult {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.dto;
|
||||
public class InfectiousDiseaseReportDTO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.dto;
|
||||
public class OrderCreateParam {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.entity;
|
||||
public class Diagnosis {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.entity;
|
||||
public class OrderMain {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.mapper;
|
||||
public interface DiagnosisMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.mapper;
|
||||
public interface DiseaseCatalogMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.mapper;
|
||||
public interface InfectiousReportMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.mapper;
|
||||
public interface OrderMainMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.mapper;
|
||||
public interface ReportCardMapper {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.service;
|
||||
public interface TriageQueueService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.triage.service;
|
||||
public interface TriageQueueService {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.vo;
|
||||
public class MedicalOrderVO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.outpatient.vo;
|
||||
public class PendingMedicalRecordVO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.pharmacy.entity;
|
||||
public class DispensingRecord {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.pharmacy.vo;
|
||||
public class DispensingDetailVO {}
|
||||
@@ -0,0 +1,2 @@
|
||||
package com.openhis.web.pharmacy.vo;
|
||||
public class DispensingSummaryVO {}
|
||||
Reference in New Issue
Block a user