|  | @ -6,7 +6,6 @@ import com.yihu.jw.entity.base.org.BaseOrgDO;
 | 
												
													
														
															|  | import com.yihu.jw.entity.base.servicePackage.ServicePackageDO;
 |  | import com.yihu.jw.entity.base.servicePackage.ServicePackageDO;
 | 
												
													
														
															|  | import com.yihu.jw.entity.base.servicePackage.ServicePackageItemDO;
 |  | import com.yihu.jw.entity.base.servicePackage.ServicePackageItemDO;
 | 
												
													
														
															|  | import com.yihu.jw.entity.base.servicePackage.ServicePackageSignRecordDO;
 |  | import com.yihu.jw.entity.base.servicePackage.ServicePackageSignRecordDO;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | import com.yihu.jw.patient.service.servicepackage.PackageService;
 |  | import com.yihu.jw.patient.service.servicepackage.PackageService;
 | 
												
													
														
															|  | import com.yihu.jw.restmodel.base.dict.DictHospitalDeptVO;
 |  | import com.yihu.jw.restmodel.base.dict.DictHospitalDeptVO;
 | 
												
													
														
															|  | import com.yihu.jw.restmodel.base.doctor.BaseDoctorSimpleVO;
 |  | import com.yihu.jw.restmodel.base.doctor.BaseDoctorSimpleVO;
 | 
												
											
												
													
														
															|  | @ -22,7 +21,6 @@ import io.swagger.annotations.Api;
 | 
												
													
														
															|  | import io.swagger.annotations.ApiOperation;
 |  | import io.swagger.annotations.ApiOperation;
 | 
												
													
														
															|  | import io.swagger.annotations.ApiParam;
 |  | import io.swagger.annotations.ApiParam;
 | 
												
													
														
															|  | import org.springframework.beans.factory.annotation.Autowired;
 |  | import org.springframework.beans.factory.annotation.Autowired;
 | 
												
													
														
															|  | import org.springframework.http.MediaType;
 |  | 
 | 
												
													
														
															|  | import org.springframework.web.bind.annotation.*;
 |  | import org.springframework.web.bind.annotation.*;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  | import java.util.ArrayList;
 |  | import java.util.ArrayList;
 | 
												
											
												
													
														
															|  | @ -37,7 +35,7 @@ import java.util.List;
 | 
												
													
														
															|  | public class PackageServiceEndpoint extends EnvelopRestEndpoint {
 |  | public class PackageServiceEndpoint extends EnvelopRestEndpoint {
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     @Autowired
 |  |     @Autowired
 | 
												
													
														
															|  |     private com.yihu.jw.patient.service.service_package.PackageService packageService;
 |  | 
 | 
												
													
														
															|  | 
 |  |     private PackageService packageService;
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |     @GetMapping(value= PatientRequestMapping.SignPackage.findPackageService)
 |  |     @GetMapping(value= PatientRequestMapping.SignPackage.findPackageService)
 | 
												
													
														
															|  |     @ApiOperation(value = "获取服务包", notes = "获取服务包")
 |  |     @ApiOperation(value = "获取服务包", notes = "获取服务包")
 |