xiejun
2023-05-30 bffb1bc89d01f3a04cc8235024065f25c47be9f8
Source/UBCS/ubcs-service-api/ubcs-code-api/src/main/java/com/vci/ubcs/code/vo/pagemodel/CodeClassifyTemplateAttrVO.java
@@ -291,4 +291,64 @@
    */
   private String parentQueryAttr;
   @Override
   public String toString() {
      return "CodeClassifyTemplateAttrVO{" +
         "classifyTemplateOid='" + classifyTemplateOid + '\'' +
         ", classifyTemplateOidName='" + classifyTemplateOidName + '\'' +
         ", classifyAttributeOid='" + classifyAttributeOid + '\'' +
         ", classifyAttributeOidName='" + classifyAttributeOidName + '\'' +
         ", attributeDataType='" + attributeDataType + '\'' +
         ", attributeDataTypeText='" + attributeDataTypeText + '\'' +
         ", keyAttrFlag='" + keyAttrFlag + '\'' +
         ", queryAttrFlag='" + queryAttrFlag + '\'' +
         ", seniorQueryAttrFlag='" + seniorQueryAttrFlag + '\'' +
         ", sameRepeatAttrFlag='" + sameRepeatAttrFlag + '\'' +
         ", sortAttrFlag='" + sortAttrFlag + '\'' +
         ", qrcodeFlag='" + qrcodeFlag + '\'' +
         ", barcodeFlag='" + barcodeFlag + '\'' +
         ", componentRule='" + componentRule + '\'' +
         ", verifyRule='" + verifyRule + '\'' +
         ", classifyInvokeLevel='" + classifyInvokeLevel + '\'' +
         ", classifyInvokeAttr='" + classifyInvokeAttr + '\'' +
         ", classifyInvokeAttrName='" + classifyInvokeAttrName + '\'' +
         ", classifyInvokeEditFlag='" + classifyInvokeEditFlag + '\'' +
         ", orderNum=" + orderNum +
         ", formDisplayFlag='" + formDisplayFlag + '\'' +
         ", tableDisplayFlag='" + tableDisplayFlag + '\'' +
         ", attributeGroup='" + attributeGroup + '\'' +
         ", enumId='" + enumId + '\'' +
         ", enumName='" + enumName + '\'' +
         ", enumEditFlag='" + enumEditFlag + '\'' +
         ", referBtmId='" + referBtmId + '\'' +
         ", referBtmName='" + referBtmName + '\'' +
         ", referConfig='" + referConfig + '\'' +
         ", requireFlag='" + requireFlag + '\'' +
         ", readOnlyFlag='" + readOnlyFlag + '\'' +
         ", controlLength=" + controlLength +
         ", formDisplayStyle='" + formDisplayStyle + '\'' +
         ", tableDisplayStyle='" + tableDisplayStyle + '\'' +
         ", formHref='" + formHref + '\'' +
         ", tableHref='" + tableHref + '\'' +
         ", precisionLength=" + precisionLength +
         ", scaleLength=" + scaleLength +
         ", valueArea='" + valueArea + '\'' +
         ", codeDateFormat='" + codeDateFormat + '\'' +
         ", tableDisplayJs='" + tableDisplayJs + '\'' +
         ", textAreaFlag='" + textAreaFlag + '\'' +
         ", imageFlag='" + imageFlag + '\'' +
         ", defaultValue='" + defaultValue + '\'' +
         ", prefixValue='" + prefixValue + '\'' +
         ", suffixValue='" + suffixValue + '\'' +
         ", filterSourceAttr='" + filterSourceAttr + '\'' +
         ", filterSourceAttrName='" + filterSourceAttrName + '\'' +
         ", enumString='" + enumString + '\'' +
         ", attrTableWidth=" + attrTableWidth +
         ", explain='" + explain + '\'' +
         ", libraryIdentification='" + libraryIdentification + '\'' +
         ", parentCode='" + parentCode + '\'' +
         ", parentName='" + parentName + '\'' +
         ", parentQueryAttr='" + parentQueryAttr + '\'' +
         '}';
   }
}