Browse Source

客户新增

anderx 1 year ago
parent
commit
1c27231836

+ 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)
 	public Result addCustomer(InputAddCustomer in) {
 		Result res = new Result();