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
4c443826
Commit
4c443826
authored
Aug 14, 2019
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
常规BUG的修改
parent
31ae633b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
6 deletions
+0
-6
BaseVo.java
...il-base/src/main/java/com/yanzuoguang/util/vo/BaseVo.java
+0
-2
MapRow.java
...il-base/src/main/java/com/yanzuoguang/util/vo/MapRow.java
+0
-1
PageSizeData.java
...e/src/main/java/com/yanzuoguang/util/vo/PageSizeData.java
+0
-1
PageSizeReqVo.java
.../src/main/java/com/yanzuoguang/util/vo/PageSizeReqVo.java
+0
-1
ResponseResult.java
...src/main/java/com/yanzuoguang/util/vo/ResponseResult.java
+0
-1
No files found.
yzg-util-base/src/main/java/com/yanzuoguang/util/vo/BaseVo.java
View file @
4c443826
package
com
.
yanzuoguang
.
util
.
vo
;
import
com.yanzuoguang.util.helper.JsonHelper
;
import
io.swagger.annotations.ApiModel
;
import
java.io.Serializable
;
...
...
@@ -10,7 +9,6 @@ import java.io.Serializable;
*
* @author 颜佐光
*/
@ApiModel
(
value
=
"系统对象接口模型,可以通过toString对对象进行JSON序列化"
)
public
class
BaseVo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
2611225711795496063L
;
...
...
yzg-util-base/src/main/java/com/yanzuoguang/util/vo/MapRow.java
View file @
4c443826
...
...
@@ -9,6 +9,5 @@ import java.util.HashMap;
*
* @author 颜佐光
*/
@ApiModel
(
value
=
"用于查询结果,根据数据库返回字段采用一定算法自动处理"
)
public
class
MapRow
extends
HashMap
<
String
,
Object
>
{
}
yzg-util-base/src/main/java/com/yanzuoguang/util/vo/PageSizeData.java
View file @
4c443826
...
...
@@ -11,7 +11,6 @@ import java.util.List;
*
* @author 颜佐光
*/
@ApiModel
(
value
=
"分页结果"
)
public
class
PageSizeData
<
T
extends
Object
>
extends
PageSizeReqVo
{
private
static
final
long
serialVersionUID
=
-
8424119556188973873L
;
...
...
yzg-util-base/src/main/java/com/yanzuoguang/util/vo/PageSizeReqVo.java
View file @
4c443826
...
...
@@ -8,7 +8,6 @@ import io.swagger.annotations.ApiModelProperty;
*
* @author 颜佐光
*/
@ApiModel
(
value
=
"获取分页数据对象"
)
public
class
PageSizeReqVo
extends
BaseVo
implements
PageSizeReq
{
private
static
final
long
serialVersionUID
=
-
3933114440447495323L
;
...
...
yzg-util-base/src/main/java/com/yanzuoguang/util/vo/ResponseResult.java
View file @
4c443826
...
...
@@ -10,7 +10,6 @@ import io.swagger.annotations.ApiModelProperty;
*
* @author 颜佐光
*/
@ApiModel
(
value
=
"后台通用返回接口"
)
public
class
ResponseResult
<
T
>
extends
BaseVo
{
private
static
final
long
serialVersionUID
=
-
508702000019378459L
;
...
...
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