Commit 3dbdf43d authored by 赵啸非's avatar 赵啸非

添加校验

parent 35d175aa
package com.mortals.xhx.common.pdu.skin; package com.mortals.xhx.common.pdu.skin;
import com.mortals.framework.model.BaseEntityLong; import com.mortals.framework.model.BaseEntityLong;
import lombok.Data; import lombok.Data;
/** /**
* 系统基础皮肤Pdu对象 * 系统基础皮肤Pdu对象
* *
* @author zxfei * @author zxfei
* @date 2023-04-03 * @date 2024-09-23
*/ */
@Data @Data
public class SkinBasePdu extends BaseEntityLong { public class SkinBasePdu extends BaseEntityLong {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
...@@ -44,23 +45,17 @@ public class SkinBasePdu extends BaseEntityLong { ...@@ -44,23 +45,17 @@ public class SkinBasePdu extends BaseEntityLong {
* 预览图片 * 预览图片
*/ */
private String previewImagePath; private String previewImagePath;
/**
* 产品编码
*/
private String productCode;
public void initAttrValue(){ private String imageResolutionValue;
private String serverName;
this.categoryId = null;
this.productId = null;
this.productName = "";
this.cssFilePath = "";
this.sortNum = null;
this.name = ""; private Integer serverPort;
this.imageResolution = "1"; private String localZipPath;
this.previewImagePath = ""; private String prependPath;
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment