| | |
| | | |
| | | |
| | | 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; |
| | |
| | | */ |
| | | int queryDictsCount(Map info); |
| | | |
| | | |
| | | /** |
| | | * 查询字典表总数 |
| | | * |
| | | * @param info 字典表信息 |
| | | * @return 字典表数量 |
| | | */ |
| | | int queryDictsAndSpecCount(Map info); |
| | | /** |
| | | * 查询字典表信息(instance过程) |
| | | * 根据bId 查询字典表信息 |
| | | * @param info bId 信息 |
| | | * @return 字典表信息 |
| | | * @throws DAOException DAO异常 |
| | | */ |
| | | List<Map> getDictAndSpecInfo(Map info) throws DAOException; |
| | | |
| | | } |