program.hframe.data.set.hfcfg_component_template.xml Maven / Gradle / Ivy
The newest version!
<dataset> <module>hframe</module> <code>hfcfg_component_template</code> <entity>hfcfg_component_template</entity> <name>组件模板</name> <fields> <field code="hfcfg_component_template_id" name="组件模板id" edit-type="input" is-key="true" not-null="true"> <create-edit-type>hidden</create-edit-type> <update-edit-type>text</update-edit-type> </field> <field code="hfcfg_component_template_code" name="组件模板编码" edit-type="input" not-null="true"/> <field code="hfcfg_component_template_name" name="组件模板名称" edit-type="input" not-null="true"/> <field code="hfcfg_component_template_type" name="组件模板类型" edit-type="select"/> <field code="hfcfg_component_template_desc" name="组件模板描述" edit-type="input"/> <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>text</update-edit-type> </field> </fields> </dataset>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy