Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
f02f63c8
Commit
f02f63c8
authored
Nov 16, 2022
by
songyinghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: DTO 属性一致
parent
5f37b2e9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
ContentColumnInfoVO.java
...gic/haoban/manage/web/vo/content/ContentColumnInfoVO.java
+4
-0
ContentMaterialInfoVO.java
...c/haoban/manage/web/vo/content/ContentMaterialInfoVO.java
+5
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/content/ContentColumnInfoVO.java
View file @
f02f63c8
package
com
.
gic
.
haoban
.
manage
.
web
.
vo
.
content
;
package
com
.
gic
.
haoban
.
manage
.
web
.
vo
.
content
;
import
com.fasterxml.jackson.databind.annotation.JsonSerialize
;
import
com.fasterxml.jackson.databind.ser.std.ToStringSerializer
;
import
java.io.Serializable
;
import
java.io.Serializable
;
import
java.util.List
;
import
java.util.List
;
...
@@ -15,6 +18,7 @@ public class ContentColumnInfoVO implements Serializable {
...
@@ -15,6 +18,7 @@ public class ContentColumnInfoVO implements Serializable {
/**
/**
* 栏目id
* 栏目id
*/
*/
@JsonSerialize
(
using
=
ToStringSerializer
.
class
)
private
Long
contentColumnId
;
private
Long
contentColumnId
;
/**
/**
...
...
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/content/ContentMaterialInfoVO.java
View file @
f02f63c8
package
com
.
gic
.
haoban
.
manage
.
web
.
vo
.
content
;
package
com
.
gic
.
haoban
.
manage
.
web
.
vo
.
content
;
import
com.fasterxml.jackson.databind.annotation.JsonSerialize
;
import
com.fasterxml.jackson.databind.ser.std.ToStringSerializer
;
import
java.io.Serializable
;
import
java.io.Serializable
;
import
java.util.Date
;
import
java.util.Date
;
import
java.util.List
;
import
java.util.List
;
...
@@ -16,6 +19,7 @@ public class ContentMaterialInfoVO implements Serializable {
...
@@ -16,6 +19,7 @@ public class ContentMaterialInfoVO implements Serializable {
/**
/**
* 素材id
* 素材id
*/
*/
@JsonSerialize
(
using
=
ToStringSerializer
.
class
)
private
Long
contentMaterialId
;
private
Long
contentMaterialId
;
/**
/**
...
@@ -66,6 +70,7 @@ public class ContentMaterialInfoVO implements Serializable {
...
@@ -66,6 +70,7 @@ public class ContentMaterialInfoVO implements Serializable {
/**
/**
* 发布人id
* 发布人id
*/
*/
@JsonSerialize
(
using
=
ToStringSerializer
.
class
)
private
Long
producerId
;
private
Long
producerId
;
/**
/**
...
...
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