sangzhigang
2021-11-05 5d7054c42cfee40abbe28be89e151c13f5d04f5f
service-community/src/main/java/com/java110/community/dao/IUnitAttrServiceDao.java
old mode 100644 new mode 100755
@@ -78,4 +78,10 @@
     */
    int queryUnitAttrsCount(Map info);
    /**
     * 保存但愿你属性
     * @param beanCovertMap
     * @return
     */
    int saveUnitAttr(Map beanCovertMap);
}