|
|
|
@ -33,6 +33,8 @@ public class SdRyReportQueryConfig {
|
|
|
|
|
private int reportQueryLisInterval;
|
|
|
|
|
@Value("${sdry.report-query-url.lis.collectorId}")
|
|
|
|
|
private String reportQueryLisCollectorId;
|
|
|
|
|
@Value("${sdry.report-query-url.lis.defaultAssortType:other}")
|
|
|
|
|
private String reportQueryLisDefaultAssortType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${sdry.report-query-url.inspect.url:}")
|
|
|
|
@ -47,6 +49,8 @@ public class SdRyReportQueryConfig {
|
|
|
|
|
private String reportQueryMzInspectCollectorId;
|
|
|
|
|
@Value("${sdry.report-query-url.inspect.zy-collectorId}")
|
|
|
|
|
private String reportQueryZyInspectCollectorId;
|
|
|
|
|
@Value("${sdry.report-query-url.inspect.defaultAssortType:other}")
|
|
|
|
|
private String reportQueryZyInspectDefaultAssortType;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${sdry.report-query-url.nurseInsertSugar.url:}")
|
|
|
|
@ -55,4 +59,6 @@ public class SdRyReportQueryConfig {
|
|
|
|
|
private int reportQueryNurseInsertSugarInterval;
|
|
|
|
|
@Value("${sdry.report-query-url.nurseInsertSugar.collectorId}")
|
|
|
|
|
private String reportQueryNurseInsertSugarCollectorId;
|
|
|
|
|
@Value("${sdry.report-query-url.nurseInsertSugar.defaultAssortType:other}")
|
|
|
|
|
private String reportQueryNurseInsertSugarDefaultAssortType;
|
|
|
|
|
}
|
|
|
|
|