Commit f959282c authored by frank.xa.zhang's avatar frank.xa.zhang

rename name of duplicated table names

parent 692c505e
package pwc.taxtech.atms.vatDao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyVatMapper;
import pwc.taxtech.atms.vatEntitiy.EnterpriseAccount;
import pwc.taxtech.atms.vatEntitiy.EnterpriseAccountExample;
@Mapper
public interface EnterpriseAccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
long countByExample(EnterpriseAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
int deleteByExample(EnterpriseAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
int insert(EnterpriseAccount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
int insertSelective(EnterpriseAccount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
List<EnterpriseAccount> selectByExampleWithRowbounds(EnterpriseAccountExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
List<EnterpriseAccount> selectByExample(EnterpriseAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
EnterpriseAccount selectByPrimaryKey(String ID);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") EnterpriseAccount record, @Param("example") EnterpriseAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
int updateByExample(@Param("record") EnterpriseAccount record, @Param("example") EnterpriseAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(EnterpriseAccount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EnterpriseAccount
*
* @mbg.generated
*/
int updateByPrimaryKey(EnterpriseAccount record);
}
\ No newline at end of file
package pwc.taxtech.atms.vatDao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyVatMapper;
import pwc.taxtech.atms.vatEntitiy.OperationLog;
import pwc.taxtech.atms.vatEntitiy.OperationLogExample;
@Mapper
public interface OperationLogMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
long countByExample(OperationLogExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
int deleteByExample(OperationLogExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
int insert(OperationLog record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
int insertSelective(OperationLog record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
List<OperationLog> selectByExampleWithRowbounds(OperationLogExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
List<OperationLog> selectByExample(OperationLogExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
OperationLog selectByPrimaryKey(String ID);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") OperationLog record, @Param("example") OperationLogExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
int updateByExample(@Param("record") OperationLog record, @Param("example") OperationLogExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(OperationLog record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLog
*
* @mbg.generated
*/
int updateByPrimaryKey(OperationLog record);
}
\ No newline at end of file
package pwc.taxtech.atms.vatDao;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import pwc.taxtech.atms.MyVatMapper;
import pwc.taxtech.atms.vatEntitiy.StandardAccount;
import pwc.taxtech.atms.vatEntitiy.StandardAccountExample;
@Mapper
public interface StandardAccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
long countByExample(StandardAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
int deleteByExample(StandardAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
int insert(StandardAccount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
int insertSelective(StandardAccount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
List<StandardAccount> selectByExampleWithRowbounds(StandardAccountExample example, RowBounds rowBounds);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
List<StandardAccount> selectByExample(StandardAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
StandardAccount selectByPrimaryKey(String ID);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") StandardAccount record, @Param("example") StandardAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
int updateByExample(@Param("record") StandardAccount record, @Param("example") StandardAccountExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
int updateByPrimaryKeySelective(StandardAccount record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
*
* @mbg.generated
*/
int updateByPrimaryKey(StandardAccount record);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment