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
739c7a2a
Commit
739c7a2a
authored
Sep 23, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加巴中经开区windows shell
parent
a9717b3e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
47 deletions
+0
-47
common-lib/src/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
...rc/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
+0
-47
No files found.
common-lib/src/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
View file @
739c7a2a
...
@@ -2587,51 +2587,6 @@ public class SitePdu extends BaseEntityLong {
...
@@ -2587,51 +2587,6 @@ public class SitePdu extends BaseEntityLong {
return
this
;
return
this
;
}
}
/**
* 设置 父级id,默认0
* @param parentId
*/
public
SitePdu
parentId
(
Long
parentId
){
setParentId
(
parentId
);
return
this
;
}
/**
* 设置 开始 父级id,默认0
* @param parentIdStart
*/
public
SitePdu
parentIdStart
(
Long
parentIdStart
){
this
.
parentIdStart
=
parentIdStart
;
return
this
;
}
/**
* 设置 结束 父级id,默认0
* @param parentIdEnd
*/
public
SitePdu
parentIdEnd
(
Long
parentIdEnd
){
this
.
parentIdEnd
=
parentIdEnd
;
return
this
;
}
/**
* 设置 增加 父级id,默认0
* @param parentIdIncrement
*/
public
SitePdu
parentIdIncrement
(
Long
parentIdIncrement
){
this
.
parentIdIncrement
=
parentIdIncrement
;
return
this
;
}
/**
* 设置 父级id,默认0
* @param parentIdList
*/
public
SitePdu
parentIdList
(
List
<
Long
>
parentIdList
){
this
.
parentIdList
=
parentIdList
;
return
this
;
}
/**
/**
* 设置 祖级列表,逗号分隔
* 设置 祖级列表,逗号分隔
...
@@ -3811,8 +3766,6 @@ public class SitePdu extends BaseEntityLong {
...
@@ -3811,8 +3766,6 @@ public class SitePdu extends BaseEntityLong {
this
.
siteName
=
""
;
this
.
siteName
=
""
;
this
.
parentId
=
null
;
this
.
ancestors
=
""
;
this
.
ancestors
=
""
;
this
.
regionCode
=
""
;
this
.
regionCode
=
""
;
...
...
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