wuxw
2019-04-29 0894b9328ae1c11146175b492ae348bbd4b13404
java110-code-generator/src/main/resources/template/IServiceDao.txt
@@ -36,7 +36,7 @@
     * @return 商户信息
     * @throws DAOException
     */
    public Map getBusinessStoreInfo(Map info) throws DAOException;
    public List<Map> getBusinessStoreInfo(Map info) throws DAOException;
@@ -58,7 +58,7 @@
     * @return 商户信息
     * @throws DAOException
     */
    public Map getStoreInfo(Map info) throws DAOException;
    public List<Map> getStoreInfo(Map info) throws DAOException;