java110
2023-05-15 1727f490edc5940c38044bbd45503943580c5121
java110-interface/src/main/java/com/java110/intf/user/IUserAttrInnerServiceSMO.java
@@ -56,4 +56,12 @@
     */
    @RequestMapping(value = "/saveUserAttr", method = RequestMethod.POST)
    int saveUserAttr(@RequestBody UserAttrPo userAttrPo);
    /**
     * 查询<p>小区楼</p>总记录数
     *
     * @param userAttrPo 数据对象分享
     * @return 小区下的小区楼记录数
     */
    @RequestMapping(value = "/updateUserAttrInfoInstance", method = RequestMethod.POST)
    int updateUserAttrInfoInstance(@RequestBody UserAttrPo userAttrPo);
}