浏览代码

客户新增

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