Browse Source

新增确认接口

chenweida 7 years ago
parent
commit
9935fd974f

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/prescription/PrescriptionCodeController.java

@ -22,7 +22,7 @@ import java.util.Map;
 */
@RestController
@RequestMapping(value = "/doctor/prescriptionCode")
@Api(description = "医生端-长处方接口")
@Api(description = "医生端--长处方接口")
public class PrescriptionCodeController extends BaseController{