jialh
1 天以前 dd6687b118561100e1677e88a9c2f5842a54c531
service-store/src/main/java/com/java110/store/dao/IContractServiceDao.java
@@ -45,6 +45,22 @@
     */
    void updateContractInfo(Map info) throws DAOException;
    void saveOrUpdateAdContractInfo(Map info) throws DAOException;
    /**
     * 保存或更新 合同金额明细表
     */
    void saveOrUpdateContractAmountDetail(Map info) throws DAOException;
    /**
     * 保存或更新 合同管理分成表
     */
    void saveOrUpdateContractManagementShare(Map info) throws DAOException;
    /**
     * 保存或更新 合同缴费状态表
     */
    void saveOrUpdateContractPaymentStatus(Map info) throws DAOException;
    /**
     * 查询合同管理总数