Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shadow-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
ubocare
shadow-server
Commits
cdcf17bd
Commit
cdcf17bd
authored
May 29, 2019
by
003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.8 更新表字段
parent
b8852f9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
22 deletions
+7
-22
DeviceInfoPO.java
src/main/java/com/shadow/iot/entity/DeviceInfoPO.java
+7
-22
No files found.
src/main/java/com/shadow/iot/entity/DeviceInfoPO.java
View file @
cdcf17bd
...
@@ -16,7 +16,7 @@ import lombok.experimental.Accessors;
...
@@ -16,7 +16,7 @@ import lombok.experimental.Accessors;
* </p>
* </p>
*
*
* @author baomidou
* @author baomidou
* @since 2019-0
3-27
* @since 2019-0
5-29
*/
*/
@Data
@Data
@EqualsAndHashCode
(
callSuper
=
false
)
@EqualsAndHashCode
(
callSuper
=
false
)
...
@@ -32,12 +32,6 @@ public class DeviceInfoPO implements Serializable {
...
@@ -32,12 +32,6 @@ public class DeviceInfoPO implements Serializable {
@TableField
(
"device_id"
)
@TableField
(
"device_id"
)
private
String
deviceId
;
private
String
deviceId
;
/**
* 设备名称
*/
@TableField
(
"name"
)
private
String
name
;
/**
/**
* 0离线,1在线
* 0离线,1在线
*/
*/
...
@@ -69,22 +63,10 @@ public class DeviceInfoPO implements Serializable {
...
@@ -69,22 +63,10 @@ public class DeviceInfoPO implements Serializable {
private
Integer
isUsed
;
private
Integer
isUsed
;
/**
/**
* 机械框架代码
* 是否正在使用:0未锁定;1锁定
*/
@TableField
(
"frame_code"
)
private
String
frameCode
;
/**
* 设备描述
*/
*/
@TableField
(
"descreption"
)
@TableField
(
"locked"
)
private
String
descreption
;
private
Integer
locked
;
/**
* 设备调试完成开始运营时间
*/
@TableField
(
"business_time"
)
private
LocalDateTime
businessTime
;
/**
/**
* 创建时间
* 创建时间
...
@@ -92,6 +74,9 @@ public class DeviceInfoPO implements Serializable {
...
@@ -92,6 +74,9 @@ public class DeviceInfoPO implements Serializable {
@TableField
(
"create_time"
)
@TableField
(
"create_time"
)
private
LocalDateTime
createTime
;
private
LocalDateTime
createTime
;
/**
* 更新时间
*/
@TableField
(
"update_time"
)
@TableField
(
"update_time"
)
private
LocalDateTime
updateTime
;
private
LocalDateTime
updateTime
;
...
...
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