Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-server
Project
Project
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
licc
data-server
Commits
ef8e995a
Commit
ef8e995a
authored
Feb 24, 2021
by
m1991
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资讯 实体类字段类型修改与数据库添加创建时间
parent
e4d3526d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
shopZx.java
...gy-model/src/main/java/cn/wisenergy/model/app/shopZx.java
+14
-0
No files found.
wisenergy-model/src/main/java/cn/wisenergy/model/app/shopZx.java
View file @
ef8e995a
...
@@ -63,6 +63,20 @@ public class shopZx extends Model<shopZx> implements Serializable{
...
@@ -63,6 +63,20 @@ public class shopZx extends Model<shopZx> implements Serializable{
@ApiModelProperty
(
name
=
"zxField"
,
value
=
"资讯文字输入字段"
)
@ApiModelProperty
(
name
=
"zxField"
,
value
=
"资讯文字输入字段"
)
private
String
zxField
;
private
String
zxField
;
/**
* 资讯文字输入字段
*/
@ApiModelProperty
(
name
=
"zxField"
,
value
=
"资讯数据创建时间"
)
private
Data
zxDate
;
public
Data
getZxDate
()
{
return
zxDate
;
}
public
void
setZxDate
(
Data
zxDate
)
{
this
.
zxDate
=
zxDate
;
}
public
Integer
getZxid
()
{
public
Integer
getZxid
()
{
return
zxid
;
return
zxid
;
}
}
...
...
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