xiejun
2024-08-27 ca3880ac5dde98928d6ae0d0c66a0e53c4cbc6c7
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/OsAttributeVO.java
@@ -64,7 +64,6 @@
     */
    private String enumName;
    /**
     * 参照的业务类型编号
     */
@@ -74,6 +73,16 @@
     * 参照的业务类型名称
     */
    private String btmTypeName;
    /**
     * 参照的链接类型名称
     */
    private String linkTypeName;
    /**
     * 选择了链接类型时选择的版本
     */
    private Integer version;
    /**
     * 属性的长度
@@ -96,7 +105,12 @@
    private String range;
    /**
     * 业务类型名称,是值这条数据的业务类型,不是属性所属的业务类型
     * 字段为参照时参照的相关属性
     */
    private String other;
    /**
     * 业务类型名称,是值这条数据的业务类型,不是属性所属的业务类型,应该是业务类型为属性池
     */
    private String btmname;
@@ -129,6 +143,14 @@
     * 时间戳,格式是yyyy-MM-dd HH:mm:ss.SSS
     */
    private Date ts;
    public String getOther() {
        return other;
    }
    public void setOther(String other) {
        this.other = other;
    }
    public String getOid() {
        return oid;
@@ -226,6 +248,22 @@
        this.btmTypeName = btmTypeName;
    }
    public String getLinkTypeName() {
        return linkTypeName;
    }
    public void setLinkTypeName(String linkTypeName) {
        this.linkTypeName = linkTypeName;
    }
    public Integer getVersion() {
        return version;
    }
    public void setVersion(Integer version) {
        this.version = version;
    }
    public Integer getAttrLength() {
        return attrLength;
    }