Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
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
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
YZG
yzg-util
Commits
dfeed506
Commit
dfeed506
authored
Jun 04, 2019
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
常规BUG的修改
parent
37adfcf2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
TableHeadItem.java
...c/main/java/com/yanzuoguang/util/table/TableHeadItem.java
+1
-1
BaseDao.java
yzg-util-db/src/main/java/com/yanzuoguang/dao/BaseDao.java
+4
-4
No files found.
yzg-util-base/src/main/java/com/yanzuoguang/util/table/TableHeadItem.java
View file @
dfeed506
...
...
@@ -2,7 +2,7 @@ package com.yanzuoguang.util.table;
/**
* 列头
* 列头
,A.B , A.C
* @author 颜佐光
*/
public
class
TableHeadItem
{
...
...
yzg-util-db/src/main/java/com/yanzuoguang/dao/BaseDao.java
View file @
dfeed506
...
...
@@ -41,7 +41,7 @@ public interface BaseDao {
/**
* 删除数据
*
* @param model 需要删除的数据
* @param model 需要删除的数据
,可以是主键字符串(Int),或者是包含主键的实体,或者是包含其他非主键的实体完全匹配.
* @return 删除的记录数量
*/
int
remove
(
Object
model
);
...
...
@@ -49,7 +49,7 @@ public interface BaseDao {
/**
* 加载数据
*
* @param model 加载数据的请求参数
* @param model 加载数据的请求参数
,可以是主键字符串(Int),或者是包含主键的实体,或者是包含其他非主键的实体完全匹配.
* @param cls 需要加载的数据的类型
* @param <T> 返回数据的类型
* @return 需要返回的数据
...
...
@@ -60,7 +60,7 @@ public interface BaseDao {
/**
* 加载列表数据
*
* @param model 加载数据的请求参数
* @param model 加载数据的请求参数
,可以是主键字符串(Int),或者是包含主键的实体,或者是包含其他非主键的实体完全匹配.
* @param cls 需要加载的数据的类型
* @param <T> 返回数据的类型
* @return 需要返回的数据
...
...
@@ -70,7 +70,7 @@ public interface BaseDao {
/**
* 加载分页数据
*
* @param model 加载数据的请求参数
* @param model 加载数据的请求参数
,可以是主键字符串(Int),或者是包含主键的实体,或者是包含其他非主键的实体完全匹配.
* @param cls 需要加载的数据的类型
* @param <T> 返回数据的类型
* @return 需要返回的数据
...
...
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