Commit 3329163f authored by neo's avatar neo

[DEV] add output fpxxtb

parent 40104c90
......@@ -252,10 +252,16 @@
<!--<property name="useActualColumnNames" value="false"/>-->
<!--<property name="ignoreQualifiersAtRuntime" value="true"/>-->
<!--</table>-->
<table tableName="OUTPUT_AR_SJHC" schema="pwc_invoice" domainObjectName="HlOutputArSjhc">
<!--<table tableName="OUTPUT_AR_SJHC" schema="pwc_invoice" domainObjectName="HlOutputArSjhc">-->
<!--<property name="useActualColumnNames" value="false"/>-->
<!--<property name="ignoreQualifiersAtRuntime" value="true"/>-->
<!--</table>-->
<table tableName="OUTPUT_FPXXTB" schema="pwc_invoice" domainObjectName="OutputFpxxtb">
<property name="useActualColumnNames" value="false"/>
<property name="ignoreQualifiersAtRuntime" value="true"/>
</table>
</context>
</generatorConfiguration>
\ No newline at end of file
package pwc.taxtech.atms.invoice;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import pwc.taxtech.atms.MyVatMapper;
import pwc.taxtech.atms.vat.entity.OutputFpxxtb;
import pwc.taxtech.atms.vat.entity.OutputFpxxtbExample;
@Mapper
public interface OutputFpxxtbMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table PWC_INVOICE.OUTPUT_FPXXTB
*
* @mbg.generated
*/
long countByExample(OutputFpxxtbExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table PWC_INVOICE.OUTPUT_FPXXTB
*
* @mbg.generated
*/
int deleteByExample(OutputFpxxtbExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table PWC_INVOICE.OUTPUT_FPXXTB
*
* @mbg.generated
*/
int insert(OutputFpxxtb record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table PWC_INVOICE.OUTPUT_FPXXTB
*
* @mbg.generated
*/
int insertSelective(OutputFpxxtb record);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table PWC_INVOICE.OUTPUT_FPXXTB
*
* @mbg.generated
*/
List<OutputFpxxtb> selectByExample(OutputFpxxtbExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table PWC_INVOICE.OUTPUT_FPXXTB
*
* @mbg.generated
*/
int updateByExampleSelective(@Param("record") OutputFpxxtb record, @Param("example") OutputFpxxtbExample example);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table PWC_INVOICE.OUTPUT_FPXXTB
*
* @mbg.generated
*/
int updateByExample(@Param("record") OutputFpxxtb record, @Param("example") OutputFpxxtbExample example);
}
\ 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