Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_backend
Commits
268f74cb
Commit
268f74cb
authored
Jul 11, 2024
by
shiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结算记录
parent
e699f9bb
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2866 additions
and
1 deletion
+2866
-1
ch-dao/src/main/java/com/wwdz/ch/db/domain/distribution/SettlementRecord.java
.../com/wwdz/ch/db/domain/distribution/SettlementRecord.java
+341
-0
ch-dao/src/main/java/com/wwdz/ch/db/domain/distribution/SettlementRecordExample.java
...dz/ch/db/domain/distribution/SettlementRecordExample.java
+1927
-0
ch-dao/src/main/java/com/wwdz/ch/db/mapper/distribution/SettlementRecordMapper.java
...wdz/ch/db/mapper/distribution/SettlementRecordMapper.java
+84
-0
ch-dao/src/main/resources/com/wwdz/ch/db/mapper/distribution/SettlementRecordMapper.xml
...wwdz/ch/db/mapper/distribution/SettlementRecordMapper.xml
+513
-0
ch-dao/src/main/resources/generatorConfig_new.xml
ch-dao/src/main/resources/generatorConfig_new.xml
+1
-1
No files found.
ch-dao/src/main/java/com/wwdz/ch/db/domain/distribution/SettlementRecord.java
0 → 100644
View file @
268f74cb
This diff is collapsed.
Click to expand it.
ch-dao/src/main/java/com/wwdz/ch/db/domain/distribution/SettlementRecordExample.java
0 → 100644
View file @
268f74cb
This diff is collapsed.
Click to expand it.
ch-dao/src/main/java/com/wwdz/ch/db/mapper/distribution/SettlementRecordMapper.java
0 → 100644
View file @
268f74cb
package
com.wwdz.ch.db.mapper.distribution
;
import
com.wwdz.ch.db.domain.distribution.SettlementRecord
;
import
com.wwdz.ch.db.domain.distribution.SettlementRecordExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Mapper
;
import
org.apache.ibatis.annotations.Param
;
@Mapper
public
interface
SettlementRecordMapper
{
long
countByExample
(
SettlementRecordExample
example
);
int
deleteByExample
(
SettlementRecordExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
SettlementRecord
record
);
int
insertSelective
(
SettlementRecord
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table settlement_record
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
SettlementRecord
selectOneByExample
(
SettlementRecordExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table settlement_record
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
SettlementRecord
selectOneByExampleSelective
(
@Param
(
"example"
)
SettlementRecordExample
example
,
@Param
(
"selective"
)
SettlementRecord
.
Column
...
selective
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table settlement_record
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
SettlementRecord
selectOneByExampleWithBLOBs
(
SettlementRecordExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table settlement_record
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
List
<
SettlementRecord
>
selectByExampleSelective
(
@Param
(
"example"
)
SettlementRecordExample
example
,
@Param
(
"selective"
)
SettlementRecord
.
Column
...
selective
);
List
<
SettlementRecord
>
selectByExampleWithBLOBs
(
SettlementRecordExample
example
);
List
<
SettlementRecord
>
selectByExample
(
SettlementRecordExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table settlement_record
*
* @mbg.generated
* @project https://github.com/itfsw/mybatis-generator-plugin
*/
SettlementRecord
selectByPrimaryKeySelective
(
@Param
(
"id"
)
Long
id
,
@Param
(
"selective"
)
SettlementRecord
.
Column
...
selective
);
SettlementRecord
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
SettlementRecord
record
,
@Param
(
"example"
)
SettlementRecordExample
example
);
int
updateByExampleWithBLOBs
(
@Param
(
"record"
)
SettlementRecord
record
,
@Param
(
"example"
)
SettlementRecordExample
example
);
int
updateByExample
(
@Param
(
"record"
)
SettlementRecord
record
,
@Param
(
"example"
)
SettlementRecordExample
example
);
int
updateByPrimaryKeySelective
(
SettlementRecord
record
);
int
updateByPrimaryKeyWithBLOBs
(
SettlementRecord
record
);
int
updateByPrimaryKey
(
SettlementRecord
record
);
}
\ No newline at end of file
ch-dao/src/main/resources/com/wwdz/ch/db/mapper/distribution/SettlementRecordMapper.xml
0 → 100644
View file @
268f74cb
This diff is collapsed.
Click to expand it.
ch-dao/src/main/resources/generatorConfig_new.xml
View file @
268f74cb
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<javaClientGenerator
type=
"XMLMAPPER"
targetPackage=
"com.wwdz.ch.db.mapper.distribution"
<javaClientGenerator
type=
"XMLMAPPER"
targetPackage=
"com.wwdz.ch.db.mapper.distribution"
targetProject=
"ch-dao/src/main/java"
/>
targetProject=
"ch-dao/src/main/java"
/>
<table
tableName=
"
distributor_profit
"
enableCountByExample=
"true"
enableUpdateByExample=
"true"
enableDeleteByExample=
"true"
enableSelectByExample=
"true"
selectByExampleQueryId=
"true"
>
<table
tableName=
"
settlement_record
"
enableCountByExample=
"true"
enableUpdateByExample=
"true"
enableDeleteByExample=
"true"
enableSelectByExample=
"true"
selectByExampleQueryId=
"true"
>
<generatedKey
column=
"id"
sqlStatement=
"Mysql"
identity=
"true"
/>
<generatedKey
column=
"id"
sqlStatement=
"Mysql"
identity=
"true"
/>
</table>
</table>
...
...
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