Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
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
廖旭伟
fill-system
Commits
3dbdf43d
Commit
3dbdf43d
authored
Sep 25, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加校验
parent
35d175aa
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
3812 deletions
+53
-3812
common-lib/src/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
...rc/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
+22
-3776
common-lib/src/main/java/com/mortals/xhx/common/pdu/skin/SkinBasePdu.java
...ain/java/com/mortals/xhx/common/pdu/skin/SkinBasePdu.java
+31
-36
No files found.
common-lib/src/main/java/com/mortals/xhx/common/pdu/site/SitePdu.java
View file @
3dbdf43d
This diff is collapsed.
Click to expand it.
common-lib/src/main/java/com/mortals/xhx/common/pdu/skin/SkinBasePdu.java
View file @
3dbdf43d
package
com.mortals.xhx.common.pdu.skin
;
import
com.mortals.framework.model.BaseEntityLong
;
import
lombok.Data
;
/**
* 系统基础皮肤Pdu对象
*
* @author zxfei
* @date 2023-04-0
3
*/
* 系统基础皮肤Pdu对象
*
* @author zxfei
* @date 2024-09-2
3
*/
@Data
public
class
SkinBasePdu
extends
BaseEntityLong
{
private
static
final
long
serialVersionUID
=
1L
;
...
...
@@ -44,23 +45,17 @@ public class SkinBasePdu extends BaseEntityLong {
* 预览图片
*/
private
String
previewImagePath
;
/**
* 产品编码
*/
private
String
productCode
;
public
void
initAttrValue
(){
this
.
categoryId
=
null
;
this
.
productId
=
null
;
this
.
productName
=
""
;
this
.
cssFilePath
=
""
;
this
.
sortNum
=
null
;
private
String
imageResolutionValue
;
private
String
serverName
;
this
.
name
=
""
;
private
Integer
serverPort
;
this
.
imageResolution
=
"1"
;
private
String
localZipPath
;
this
.
previewImagePath
=
""
;
}
private
String
prependPath
;
}
\ 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