ludc
2024-09-09 88c5cf35a5ea870378d7964086ed2c09ddc299c8
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsAttributeVO.java
@@ -43,6 +43,14 @@
     * 属性类型显示文本
     */
    private String attributeDataTypeText;
    /**
     * 属性UI控件显示类型
     */
    private  String attributeUIType;
    /**
     * 属性UI控件显示类型文本
     */
    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 + '\'' +