组织管理模块页面设计.docx_第1页
组织管理模块页面设计.docx_第2页
组织管理模块页面设计.docx_第3页
组织管理模块页面设计.docx_第4页
组织管理模块页面设计.docx_第5页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、组织分类定义OrganizationClassify1.1查询页面 1.2 新增页面- Create tablecreate table ORGAN_TYPE( organ_type_id NUMBER not null, organ_type_no VARCHAR2(50), organ_type_name VARCHAR2(50), repeat_flag CHAR(1), creator VARCHAR2(50), create_date DATE, lastupdator VARCHAR2(50), lastupdate_date DATE, remark VARCHAR2(200)tablespace TS_DAT_HQ pctfree 10 initrans 1 maxtrans 255;- Add comments to the table comment on table ORGAN_TYPE is 组织类型;- Add comments to the columns comment on column ORGAN_TYPE.organ_type_id is 序号;comment on column ORGAN_TYPE.organ_type_no is 组织分类编码;comment on column ORGAN_TYPE.organ_type_name is 组织分类名称;comment on column ORGAN_TYPE.repeat_flag is 是否允许重复;comment on column ORGAN_TYPE.creator is 创建人;comment on column ORGAN_TYPE.create_date is 创建时间;comment on column ORGAN_TYPE.lastupdator is 最后更新人;comment on column ORGAN_TYPE.lastupdate_date is 最后更新时间;comment on column ORGAN_TYPE.remark is 备注;- Create/Recreate primary, unique and foreign key constraints alter table ORGAN_TYPE add constraint PK_ORGAN_TYPE primary key (ORGAN_TYPE_ID) using index tablespace TS_DAT_HQ pctfree 10 initrans 2 maxtrans 255;2、组织属性定义2.1 查询页面- Create tablecreate table ORGAN_PROP( organ_prop_id NUMBER not null, organ_prop_name VARCHAR2(50), remark VARCHAR2(200), creator VARCHAR2(50), create_date DATE, lastupdator VARCHAR2(50), lastupdate_date DATE)tablespace TS_DAT_HQ pctfree 10 initrans 1 maxtrans 255;- Add comments to the table comment on table ORGAN_PROP is 组织属性;- Add comments to the columns comment on column ORGAN_PROP.organ_prop_id is 序号;comment on column ORGAN_PROP.organ_prop_name is 组织属性ID;comment on column ORGAN_PROP.remark is 备注;comment on column ORGAN_PROP.creator is 创建人;comment on column ORGAN_PROP.create_date is 创建时间;comment on column ORGAN_PROP.lastupdator is 最后更新人;comment on column ORGAN_PROP.lastupdate_date is 最后更新时间;- Create/Recreate primary, unique and foreign key constraints alter table ORGAN_PROP add constraint PK_ORGAN_PROP primary key (ORGAN_PROP_ID) using index tablespace TS_DAT_HQ pctfree 10 initrans 2 maxtrans 255;3、组织关系维护3.1树形查询页面3.2 新增页面各位: 组织结构管理表重新整理了下,新建 组织属性表 ORGAN_PROP (对应序列SEQ_ORGAN_PROP ),组织类型表ORGAN_T

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论