All Downloads are FREE. Search and download functionalities are using the official Maven repository.

program.hframe.data.set.hfpm_page_component.xml Maven / Gradle / Ivy

The newest version!
<dataset>
  <module>hframe</module>
  <code>hfpm_page_component</code>
  <entity>hfpm_page_component</entity>
  <name>页面组件</name>
  <fields>
    <field code="hfpm_page_component_id" name="页面组件ID" edit-type="input" is-key="true">
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>text</update-edit-type>
    </field>
    <field code="hfpm_page_component_name" name="页面组件名称" edit-type="input">
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>hidden</update-edit-type>
    </field>
    <field code="hfpm_page_component_type" name="页面组件类型" edit-type="input">
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>hidden</update-edit-type>
    </field>
    <field code="hfpm_page_id" name="页面ID" edit-type="select" not-null="true">
      <rel entity-code="hfpm_page/hfpm_page_id/hfpm_page_name"/>
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>hidden</update-edit-type>
    </field>
    <field code="hfpm_data_set_id" name="数据集ID" edit-type="select">
      <rel entity-code="hfpm_data_set/hfpm_data_set_id/hfpm_data_set_name"/>
    </field>
    <field code="op_id" name="创建人" edit-type="input">
      <rel entity-code="hfsec_user/hfsec_user_id/hfsec_user_name"/>
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>text</update-edit-type>
    </field>
    <field code="create_time" name="创建时间" edit-type="datetime">
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>text</update-edit-type>
    </field>
    <field code="modify_op_id" name="修改人" edit-type="input">
      <rel entity-code="hfsec_user/hfsec_user_id/hfsec_user_name"/>
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>hidden</update-edit-type>
    </field>
    <field code="modify_time" name="修改时间" edit-type="datetime">
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>hidden</update-edit-type>
    </field>
    <field code="del_flag" name="删除标识" edit-type="input">
      <create-edit-type>hidden</create-edit-type>
    </field>
    <field code="hfcfg_component_template_id" name="组件模板id" edit-type="select" not-null="true">
      <rel entity-code="hfcfg_component_template/hfcfg_component_template_id/hfcfg_component_template_name"/>
    </field>
  </fields>
</dataset>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy