Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
dc-java
Commits
26151acd
Commit
26151acd
authored
Dec 04, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
周转消费队列
parent
4e9d7d73
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
166 additions
and
0 deletions
+166
-0
DcAutoReplaceLogisticsTaskExample.java
...tec/domain/example/DcAutoReplaceLogisticsTaskExample.java
+0
-0
DcAutoReplaceLogisticsTaskMapper.java
...om/bailuntec/mapper/DcAutoReplaceLogisticsTaskMapper.java
+166
-0
DcAutoReplaceLogisticsTaskMapper.xml
...com/bailuntec/mapper/DcAutoReplaceLogisticsTaskMapper.xml
+0
-0
No files found.
data-common/src/main/java/com/bailuntec/domain/example/DcAutoReplaceLogisticsTaskExample.java
0 → 100644
View file @
26151acd
This diff is collapsed.
Click to expand it.
data-common/src/main/java/com/bailuntec/mapper/DcAutoReplaceLogisticsTaskMapper.java
0 → 100644
View file @
26151acd
package
com
.
bailuntec
.
mapper
;
import
com.bailuntec.domain.entity.DcAutoReplaceLogisticsTask
;
import
com.bailuntec.domain.example.DcAutoReplaceLogisticsTaskExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
DcAutoReplaceLogisticsTaskMapper
{
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
long
countByExample
(
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
deleteByExample
(
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
deleteByPrimaryKey
(
Integer
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
insert
(
DcAutoReplaceLogisticsTask
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
insertSelective
(
DcAutoReplaceLogisticsTask
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
DcAutoReplaceLogisticsTask
selectOneByExample
(
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
DcAutoReplaceLogisticsTask
selectOneByExampleWithBLOBs
(
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
List
<
DcAutoReplaceLogisticsTask
>
selectByExampleWithBLOBs
(
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
List
<
DcAutoReplaceLogisticsTask
>
selectByExample
(
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
DcAutoReplaceLogisticsTask
selectByPrimaryKey
(
Integer
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
DcAutoReplaceLogisticsTask
record
,
@Param
(
"example"
)
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
updateByExampleWithBLOBs
(
@Param
(
"record"
)
DcAutoReplaceLogisticsTask
record
,
@Param
(
"example"
)
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
updateByExample
(
@Param
(
"record"
)
DcAutoReplaceLogisticsTask
record
,
@Param
(
"example"
)
DcAutoReplaceLogisticsTaskExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
updateByPrimaryKeySelective
(
DcAutoReplaceLogisticsTask
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
updateByPrimaryKeyWithBLOBs
(
DcAutoReplaceLogisticsTask
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
*/
int
updateByPrimaryKey
(
DcAutoReplaceLogisticsTask
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
upsert
(
DcAutoReplaceLogisticsTask
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
upsertSelective
(
DcAutoReplaceLogisticsTask
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dc_auto_replace_logistics_task
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
int
upsertWithBLOBs
(
DcAutoReplaceLogisticsTask
record
);
}
\ No newline at end of file
data-common/src/main/java/com/bailuntec/mapper/DcAutoReplaceLogisticsTaskMapper.xml
0 → 100644
View file @
26151acd
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