Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
f269d8fd
Commit
f269d8fd
authored
Sep 23, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加巴中经开区windows shell
parent
bd2e4d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
common-lib/src/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
...rc/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
+11
-13
No files found.
common-lib/src/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
View file @
f269d8fd
...
...
@@ -4,15 +4,24 @@ import com.mortals.framework.model.BaseEntityLong;
import
lombok.Data
;
import
java.util.Date
;
import
java.util.List
;
/**
* 站点Pdu对象
*
* @author zxfei
* @date 202
2-07-14
* @date 202
4-09-23
*/
@Data
public
class
SitePdu
extends
BaseEntityLong
{
private
static
final
long
serialVersionUID
=
1L
;
/** 序号,主键,自增长列表 */
private
List
<
Long
>
idList
;
/** 序号,主键,自增长排除列表 */
private
List
<
Long
>
idNotList
;
/**
* 站点名称
*/
...
...
@@ -117,18 +126,6 @@ public class SitePdu extends BaseEntityLong {
* 周日 (1.上班,0.不上)
*/
private
Integer
workday7
;
/**
* 在线取号(0.否,1.是)
*/
private
Integer
onlineTake
;
/**
* 在线取号(0.否,1.是)
*/
private
Integer
appointment
;
/**
* 在线取号(0.否,1.是)
*/
private
Integer
gowMap
;
/**
* 楼层
*/
...
...
@@ -157,4 +154,5 @@ public class SitePdu extends BaseEntityLong {
* 部署模块,逗号分隔
*/
private
String
modelIds
;
}
\ No newline at end of file
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