forked from p8iqkyhxf/MedShare-MicroService
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
562 B
14 lines
562 B
/*
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
* To change this template file, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
/**
|
|
* Author: lp
|
|
* Created: Jan 2, 2018
|
|
*/
|
|
INSERT INTO `ehr`.`urlforwebservice` (`ID`, `URL`) VALUES ('5', 'rws/queryfive');
|
|
INSERT INTO `ehr`.`urlforwebservice` (`ID`, `URL`) VALUES ('6', 'rws/querysix');
|
|
INSERT INTO `ehr`.`urlforwebservice` (`ID`, `URL`) VALUES ('7', 'rws/queryseven');
|
|
INSERT INTO `ehr`.`urlforwebservice` (`ID`, `URL`) VALUES ('8', 'rws/queryeight');
|