Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZhangKuan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
张宽
ZhangKuan
Commits
4a4a9943
Commit
4a4a9943
authored
Oct 06, 2016
by
胡小根
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm generated
parent
74b058ac
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
3489 deletions
+0
-3489
CrmUserMapper.java
...m/haomostudio/SpringMVCProjectTemplate/CrmUserMapper.java
+0
-96
CrmUser.java
...ava/com/haomostudio/SpringMVCProjectTemplate/CrmUser.java
+0
-830
CrmUserExample.java
.../haomostudio/SpringMVCProjectTemplate/CrmUserExample.java
+0
-1963
CrmUserMapper.xml
...om/haomostudio/SpringMVCProjectTemplate/CrmUserMapper.xml
+0
-600
No files found.
dao/src/main/java/com/haomostudio/SpringMVCProjectTemplate/CrmUserMapper.java
deleted
100644 → 0
View file @
74b058ac
package
com
.
haomostudio
.
SpringMVCProjectTemplate
;
import
com.haomostudio.SpringMVCProjectTemplate.CrmUser
;
import
com.haomostudio.SpringMVCProjectTemplate.CrmUserExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
CrmUserMapper
{
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
long
countByExample
(
CrmUserExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
int
deleteByExample
(
CrmUserExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
int
deleteByPrimaryKey
(
String
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
int
insert
(
CrmUser
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
int
insertSelective
(
CrmUser
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
List
<
CrmUser
>
selectByExample
(
CrmUserExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
CrmUser
selectByPrimaryKey
(
String
id
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
int
updateByExampleSelective
(
@Param
(
"record"
)
CrmUser
record
,
@Param
(
"example"
)
CrmUserExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
int
updateByExample
(
@Param
(
"record"
)
CrmUser
record
,
@Param
(
"example"
)
CrmUserExample
example
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
int
updateByPrimaryKeySelective
(
CrmUser
record
);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CRM_USER
*
* @mbg.generated Thu Oct 06 17:59:41 CST 2016
*/
int
updateByPrimaryKey
(
CrmUser
record
);
}
\ No newline at end of file
domain/src/main/java/com/haomostudio/SpringMVCProjectTemplate/CrmUser.java
deleted
100644 → 0
View file @
74b058ac
This diff is collapsed.
Click to expand it.
domain/src/main/java/com/haomostudio/SpringMVCProjectTemplate/CrmUserExample.java
deleted
100644 → 0
View file @
74b058ac
This diff is collapsed.
Click to expand it.
web/src/main/resources/mybatis/com/haomostudio/SpringMVCProjectTemplate/CrmUserMapper.xml
deleted
100644 → 0
View file @
74b058ac
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