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
252ed411
Commit
252ed411
authored
Nov 08, 2018
by
eddie.woo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify
parent
c0e13311
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
68 additions
and
0 deletions
+68
-0
vatGeneratorConfig.xml
atms-dao/etc/generator-oracle/vatGeneratorConfig.xml
+0
-0
GlBalanceMapper.java
...c/main/java/pwc/taxtech/atms/vat/dao/GlBalanceMapper.java
+68
-0
GlBalance.java
.../src/main/java/pwc/taxtech/atms/vat/entity/GlBalance.java
+0
-0
GlBalanceExample.java
...in/java/pwc/taxtech/atms/vat/entity/GlBalanceExample.java
+0
-0
GlBalanceMapper.xml
...in/resources/pwc/taxtech/atms/vat/dao/GlBalanceMapper.xml
+0
-0
No files found.
atms-dao/etc/generator-oracle/vatGeneratorConfig.xml
View file @
252ed411
This diff is collapsed.
Click to expand it.
atms-dao/src/main/java/pwc/taxtech/atms/vat/dao/GlBalanceMapper.java
0 → 100644
View file @
252ed411
package
pwc
.
taxtech
.
atms
.
vat
.
dao
;
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.GlBalance
;
import
pwc.taxtech.atms.vat.entity.GlBalanceExample
;
@Mapper
public
interface
GlBalanceMapper
extends
MyVatMapper
{
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.GL_BALANCE
*
* @mbg.generated
*/
long
countByExample
(
GlBalanceExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.GL_BALANCE
*
* @mbg.generated
*/
int
deleteByExample
(
GlBalanceExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.GL_BALANCE
*
* @mbg.generated
*/
int
insert
(
GlBalance
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.GL_BALANCE
*
* @mbg.generated
*/
int
insertSelective
(
GlBalance
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.GL_BALANCE
*
* @mbg.generated
*/
List
<
GlBalance
>
selectByExample
(
GlBalanceExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.GL_BALANCE
*
* @mbg.generated
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
GlBalance
record
,
@Param
(
"example"
)
GlBalanceExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.GL_BALANCE
*
* @mbg.generated
*/
int
updateByExample
(
@Param
(
"record"
)
GlBalance
record
,
@Param
(
"example"
)
GlBalanceExample
example
);
}
\ No newline at end of file
atms-dao/src/main/java/pwc/taxtech/atms/vat/entity/GlBalance.java
0 → 100644
View file @
252ed411
This diff is collapsed.
Click to expand it.
atms-dao/src/main/java/pwc/taxtech/atms/vat/entity/GlBalanceExample.java
0 → 100644
View file @
252ed411
This diff is collapsed.
Click to expand it.
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/GlBalanceMapper.xml
0 → 100644
View file @
252ed411
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