【fix sonar】PopupProperty文件
This commit is contained in:
+10
-12
@@ -1,23 +1,21 @@
|
|||||||
package com.jero.common.util.jsonschema.validate;
|
package com.jero.common.util.jsonschema.validate;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import com.alibaba.fastjson.JSONObject;
|
||||||
import java.util.List;
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
import com.jero.common.util.jsonschema.CommonProperty;
|
import com.jero.common.util.jsonschema.CommonProperty;
|
||||||
|
|
||||||
import com.alibaba.fastjson.JSONObject;
|
import java.util.HashMap;
|
||||||
|
import java.util.Map;
|
||||||
|
|
||||||
public class PopupProperty extends CommonProperty {
|
public class PopupProperty extends CommonProperty {
|
||||||
|
|
||||||
private static final long serialVersionUID = -3200493311633999539L;
|
private static final long serialVersionUID = -3200493311633999539L;
|
||||||
|
|
||||||
private String code;
|
private String code;
|
||||||
|
|
||||||
private String destFields;
|
private String destFields;
|
||||||
|
|
||||||
private String orgFields;
|
private String orgFields;
|
||||||
|
|
||||||
public String getCode() {
|
public String getCode() {
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
@@ -43,7 +41,7 @@ public class PopupProperty extends CommonProperty {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public PopupProperty() {}
|
public PopupProperty() {}
|
||||||
|
|
||||||
public PopupProperty(String key,String title,String code,String destFields,String orgFields) {
|
public PopupProperty(String key,String title,String code,String destFields,String orgFields) {
|
||||||
this.view = "popup";
|
this.view = "popup";
|
||||||
this.type = "string";
|
this.type = "string";
|
||||||
@@ -53,7 +51,7 @@ public class PopupProperty extends CommonProperty {
|
|||||||
this.destFields=destFields;
|
this.destFields=destFields;
|
||||||
this.orgFields=orgFields;
|
this.orgFields=orgFields;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Map<String, Object> getPropertyJson() {
|
public Map<String, Object> getPropertyJson() {
|
||||||
|
|||||||
Reference in New Issue
Block a user