java110
2022-03-24 971023df5fd3795e24d10d4d4d03ee112df12297
service-store/src/main/java/com/java110/store/dao/IStoreServiceDao.java
old mode 100644 new mode 100755
@@ -294,8 +294,25 @@
    /**
     * 查询商户员工
     *
     * @param beanCovertMap
     * @return
     */
    List<Map> getStoreStaffs(Map beanCovertMap) throws DAOException;
    /**
     * 查询商户员工数
     *
     * @param beanCovertMap
     * @return
     */
    int getStoreStaffCount(Map beanCovertMap) throws DAOException;
    /**
     * 修改商户信息
     *
     * @param info
     * @return
     */
    int updateStore(Map info) throws DAOException;
}