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

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

The newest version!
<dataset>
  <module>hframe</module>
  <code>hfsec_user_authorize</code>
  <entity>hfsec_user_authorize</entity>
  <name>用户授权</name>
  <fields>
    <field code="hfsec_user_authorize_id" name="用户授权id" edit-type="hidden" is-key="true" not-null="true">
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>text</update-edit-type>
    </field>
    <field code="hfsec_user_id" name="用户ID" edit-type="select">
      <rel entity-code="hfsec_user/hfsec_user_id/hfsec_user_name"/>
    </field>
    <field code="hfsec_organize_id" name="组织id" edit-type="select" not-null="true">
      <rel entity-code="hfsec_organize/hfsec_organize_id/hfsec_organize_name"/>
    </field>
    <field code="hfsec_role_id" name="角色id" edit-type="select" not-null="true">
      <rel entity-code="hfsec_role/hfsec_role_id/hfsec_role_name"/>
    </field>
    <field code="status" name="状态" edit-type="select">
      <enum-class code="hfsec_user_authorize.status"/>
    </field>
    <field code="creator_id" name="创建人" edit-type="hidden">
      <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="hidden">
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>text</update-edit-type>
    </field>
    <field code="modifier_id" name="修改人" edit-type="hidden">
      <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="hidden">
      <create-edit-type>hidden</create-edit-type>
      <update-edit-type>hidden</update-edit-type>
    </field>
  </fields>
</dataset>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy