Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
3329163f
Commit
3329163f
authored
Dec 03, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DEV] add output fpxxtb
parent
40104c90
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
76 additions
and
1 deletion
+76
-1
vatGeneratorConfig.xml
atms-dao/etc/generator-oracle/vatGeneratorConfig.xml
+8
-1
OutputFpxxtbMapper.java
...ain/java/pwc/taxtech/atms/invoice/OutputFpxxtbMapper.java
+68
-0
OutputFpxxtb.java
...c/main/java/pwc/taxtech/atms/vat/entity/OutputFpxxtb.java
+0
-0
OutputFpxxtbExample.java
...java/pwc/taxtech/atms/vat/entity/OutputFpxxtbExample.java
+0
-0
OutputFpxxtbMapper.xml
...resources/pwc/taxtech/atms/invoice/OutputFpxxtbMapper.xml
+0
-0
No files found.
atms-dao/etc/generator-oracle/vatGeneratorConfig.xml
View file @
3329163f
...
...
@@ -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
atms-dao/src/main/java/pwc/taxtech/atms/invoice/OutputFpxxtbMapper.java
0 → 100644
View file @
3329163f
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
atms-dao/src/main/java/pwc/taxtech/atms/vat/entity/OutputFpxxtb.java
0 → 100644
View file @
3329163f
This diff is collapsed.
Click to expand it.
atms-dao/src/main/java/pwc/taxtech/atms/vat/entity/OutputFpxxtbExample.java
0 → 100644
View file @
3329163f
This diff is collapsed.
Click to expand it.
atms-dao/src/main/resources/pwc/taxtech/atms/invoice/OutputFpxxtbMapper.xml
0 → 100644
View file @
3329163f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment