ludc
2025-01-16 68fd566d21b3efc3a670a5295289b1801f5a4155
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsBtmTypeAttributeVO.java
@@ -53,7 +53,7 @@
    /**
     * 数据类型
     */
    private String attrDataType;
    private String attributeDataType;
    /**
     * 是否可以为空
@@ -191,12 +191,12 @@
        this.description = description;
    }
    public String getAttrDataType() {
        return attrDataType;
    public String getAttributeDataType() {
        return attributeDataType;
    }
    public void setAttrDataType(String attrDataType) {
        this.attrDataType = attrDataType;
    public void setAttributeDataType(String attributeDataType) {
        this.attributeDataType = attributeDataType;
    }
    public boolean isReferFlag() {
@@ -379,7 +379,7 @@
                ", name='" + name + '\'' +
                ", attributeLength=" + attributeLength +
                ", description='" + description + '\'' +
                ", attrDataType='" + attrDataType + '\'' +
                ", attributeDataType='" + attributeDataType + '\'' +
                ", nullableFlag=" + nullableFlag +
                ", defaultValue='" + defaultValue + '\'' +
                ", precisionLength=" + precisionLength +