From cc979fe5a21785c43e220c776272ba2c81048458 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 21 七月 2021 11:46:55 +0800
Subject: [PATCH] 优化 二维码查询功能

---
 java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java
old mode 100644
new mode 100755
index c6119d6..af8520f
--- a/java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/user/IOwnerAttrInnerServiceSMO.java
@@ -2,6 +2,7 @@
 
 import com.java110.config.feign.FeignConfiguration;
 import com.java110.dto.owner.OwnerAttrDto;
+import com.java110.po.owner.OwnerAttrPo;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -38,4 +39,13 @@
      */
     @RequestMapping(value = "/queryOwnerAttrsCount", method = RequestMethod.POST)
     int queryOwnerAttrsCount(@RequestBody OwnerAttrDto ownerAttrDto);
+
+    /**
+     * 鏌ヨ<p>灏忓尯妤�</p>鎬昏褰曟暟
+     *
+     * @param ownerAttrPo 鏁版嵁瀵硅薄鍒嗕韩
+     * @return 灏忓尯涓嬬殑灏忓尯妤艰褰曟暟
+     */
+    @RequestMapping(value = "/saveOwnerAttr", method = RequestMethod.POST)
+    int saveOwnerAttr(@RequestBody OwnerAttrPo ownerAttrPo);
 }

--
Gitblit v1.8.0