From a4a7426f1286c8d8afe512f155fb650e3e8b940c Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期一, 02 十二月 2024 17:57:43 +0800
Subject: [PATCH] 整合代码&&表单定义扩展属性添加提示文字&&显示类型修改默认值和绑定值
---
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsAttributeVO.java | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsAttributeVO.java b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsAttributeVO.java
index 1cad6e4..4de3c81 100644
--- a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsAttributeVO.java
+++ b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsAttributeVO.java
@@ -43,6 +43,14 @@
* 灞炴�х被鍨嬫樉绀烘枃鏈�
*/
private String attributeDataTypeText;
+ /**
+ * 灞炴�I鎺т欢鏄剧ず绫诲瀷
+ */
+ private String attributeUIType;
+ /**
+ * 灞炴�I鎺т欢鏄剧ず绫诲瀷鏂囨湰
+ */
+ private String attributeUITypeText;
/**
* 鏄惁鍙互涓虹┖
@@ -353,6 +361,22 @@
this.scaleLength = scaleLength;
}
+ public String getAttributeUIType() {
+ return attributeUIType;
+ }
+
+ public void setAttributeUIType(String attributeUIType) {
+ this.attributeUIType = attributeUIType;
+ }
+
+ public String getAttributeUITypeText() {
+ return attributeUITypeText;
+ }
+
+ public void setAttributeUITypeText(String attributeUITypeText) {
+ this.attributeUITypeText = attributeUITypeText;
+ }
+
@Override
public String toString() {
return "OsAttributeVO{" +
@@ -362,16 +386,21 @@
", description='" + description + '\'' +
", attributeDataType='" + attributeDataType + '\'' +
", attributeDataTypeText='" + attributeDataTypeText + '\'' +
+ ", attributeUIType='" + attributeUIType + '\'' +
+ ", attributeUITypeText='" + attributeUITypeText + '\'' +
", nullableFlag=" + nullableFlag +
", defaultValue='" + defaultValue + '\'' +
", enumId='" + enumId + '\'' +
", enumName='" + enumName + '\'' +
", btmTypeId='" + btmTypeId + '\'' +
", btmTypeName='" + btmTypeName + '\'' +
+ ", linkTypeName='" + linkTypeName + '\'' +
+ ", version=" + version +
", attrLength=" + attrLength +
", precisionLength=" + precisionLength +
", scaleLength=" + scaleLength +
", range='" + range + '\'' +
+ ", other='" + other + '\'' +
", btmname='" + btmname + '\'' +
", owner='" + owner + '\'' +
", creator='" + creator + '\'' +
--
Gitblit v1.9.3