d_xe0012_rows_recodeForm.xml 839 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE form-validation PUBLIC "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1//EN" "http://jakarta.apache.org/commons/dtds/validator_1_1.dtd">
  3. <!-- 平台上链查询->查询结果Form配置文件系统生成请勿修改,否则重新生成将覆盖 -->
  4. <form-validation>
  5. <formset>
  6. <form name="d_xe0012_rows_recodeForm">
  7. <field property="txId" depends="required">
  8. <arg0 key="d_xe0012_rows_recode.txId"/>
  9. </field>
  10. <field property="txType" depends="required">
  11. <arg0 key="d_xe0012_rows_recode.txType"/>
  12. </field>
  13. <field property="txTypeDesc" depends="required">
  14. <arg0 key="d_xe0012_rows_recode.txTypeDesc"/>
  15. </field>
  16. <field property="blockHash" depends="required">
  17. <arg0 key="d_xe0012_rows_recode.blockHash"/>
  18. </field>
  19. </form>
  20. </formset>
  21. </form-validation>