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
a391b98a
Commit
a391b98a
authored
Sep 29, 2018
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add period table
parent
3706ccc0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
109 additions
and
0 deletions
+109
-0
PeriodModifiedReportCellMapper.java
.../taxtech/atms/vat/dao/PeriodModifiedReportCellMapper.java
+109
-0
PeriodModifiedReportCell.java
...pwc/taxtech/atms/vat/entity/PeriodModifiedReportCell.java
+0
-0
PeriodModifiedReportCellExample.java
...tech/atms/vat/entity/PeriodModifiedReportCellExample.java
+0
-0
PeriodModifiedReportCellMapper.xml
...c/taxtech/atms/vat/dao/PeriodModifiedReportCellMapper.xml
+0
-0
No files found.
atms-dao/src/main/java/pwc/taxtech/atms/vat/dao/PeriodModifiedReportCellMapper.java
0 → 100644
View file @
a391b98a
package
pwc
.
taxtech
.
atms
.
vat
.
dao
;
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.vat.entity.PeriodModifiedReportCell
;
import
pwc.taxtech.atms.vat.entity.PeriodModifiedReportCellExample
;
@Mapper
public
interface
PeriodModifiedReportCellMapper
extends
MyVatMapper
{
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
long
countByExample
(
PeriodModifiedReportCellExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
int
deleteByExample
(
PeriodModifiedReportCellExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
int
deleteByPrimaryKey
(
Long
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
int
insert
(
PeriodModifiedReportCell
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
int
insertSelective
(
PeriodModifiedReportCell
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
List
<
PeriodModifiedReportCell
>
selectByExampleWithRowbounds
(
PeriodModifiedReportCellExample
example
,
RowBounds
rowBounds
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
List
<
PeriodModifiedReportCell
>
selectByExample
(
PeriodModifiedReportCellExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
PeriodModifiedReportCell
selectByPrimaryKey
(
Long
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
PeriodModifiedReportCell
record
,
@Param
(
"example"
)
PeriodModifiedReportCellExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
int
updateByExample
(
@Param
(
"record"
)
PeriodModifiedReportCell
record
,
@Param
(
"example"
)
PeriodModifiedReportCellExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
int
updateByPrimaryKeySelective
(
PeriodModifiedReportCell
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TAX_ADMIN.PERIOD_MODIFIED_REPORT_CELL
*
* @mbg.generated
*/
int
updateByPrimaryKey
(
PeriodModifiedReportCell
record
);
}
\ No newline at end of file
atms-dao/src/main/java/pwc/taxtech/atms/vat/entity/PeriodModifiedReportCell.java
0 → 100644
View file @
a391b98a
This diff is collapsed.
Click to expand it.
atms-dao/src/main/java/pwc/taxtech/atms/vat/entity/PeriodModifiedReportCellExample.java
0 → 100644
View file @
a391b98a
This diff is collapsed.
Click to expand it.
atms-dao/src/main/resources/pwc/taxtech/atms/vat/dao/PeriodModifiedReportCellMapper.xml
0 → 100644
View file @
a391b98a
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