old mode 100644
new mode 100755
| | |
| | | |
| | | |
| | | import com.java110.utils.exception.DAOException; |
| | | import com.java110.entity.merchant.BoMerchant; |
| | | import com.java110.entity.merchant.BoMerchantAttr; |
| | | import com.java110.entity.merchant.Merchant; |
| | | import com.java110.entity.merchant.MerchantAttr; |
| | | |
| | | |
| | | import java.util.List; |
| | |
| | | * @param info 修改信息 |
| | | * @throws DAOException DAO异常 |
| | | */ |
| | | void updateOwnerAttrInfoInstance(Map info) throws DAOException; |
| | | int updateOwnerAttrInfoInstance(Map info) throws DAOException; |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | int queryOwnerAttrsCount(Map info); |
| | | |
| | | int saveOwnerAttr(Map beanCovertMap); |
| | | } |