소스 검색

客户新增

anderx 1 년 전
부모
커밋
1c27231836
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/goafanti/customer/controller/AdminCustomerApiController.java

+ 2 - 2
src/main/java/com/goafanti/customer/controller/AdminCustomerApiController.java

@@ -325,8 +325,8 @@ public class AdminCustomerApiController extends BaseApiController{
 
 
 
 
 	/** 添加客户基本信息
 	/** 添加客户基本信息
-	 * @throws Exception
-	 * @throws NumberFormatException **/
+	 *
+	 * **/
 	@RequestMapping(value = "/addCustomer", method = RequestMethod.POST)
 	@RequestMapping(value = "/addCustomer", method = RequestMethod.POST)
 	public Result addCustomer(InputAddCustomer in) {
 	public Result addCustomer(InputAddCustomer in) {
 		Result res = new Result();
 		Result res = new Result();