欢迎来到天天文库
浏览记录
ID:56350128
大小:139.00 KB
页数:3页
时间:2020-06-12
《环境管理-数据库设计.doc》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、环境管理数据表设计文档环境管理数据表目录(Condition)编号表名说明1wygl_condition_CleanMaster环境卫生记录表2wygl_condition_CleanDetail环境清洁明细表3wygl_condition_Breed绿化品种档案表4wygl_condition_AfforestMaster绿化记录主表5wygl_condition_AfforestDetail绿化记录子表环境管理1、环境卫生记录表:(wygl_condition_CleanMaster)PrimaryKey:PrecinctID+AreaIDFri
2、endKey:PrecinctIDPrimaryTable:wygl_res_PrecinctFriendKey:AreaIDPrimaryTable:wygl_system_GeneralCodeFriendKey:AreaTypePrimaryTable:wygl_system_GeneralCode编号字段名字段类型宽度默认值为空中文描述1PrecinctIDVarChar20No所在管理区编号2AreaIDIntNo卫生区域代码3AreaTypeIntNo卫生区域类别代码4MasterIDVarChar20该卫生区的责任人代码5FromTim
3、eDatetime清洁时间从(hh:ss)6ToTimeDatetime至(hh:ss)7LastCleanDateDatetime最后一次清洁时间(yyyy/mm/ddhh:ss)8CleanCycleInt清洁周期为X天;提供自动提示功能;9CleanRequestVarChar250工作要求10RemarkVarChar250备注2、环境清洁明细表:(wygl_condition_CleanDetail)PrimaryKey:PrecinctID+AreaID+CleanDateFriendKey:PrecinctID+AreaIDPrimar
4、yTable:wygl_condition_CleanMasterFriendKey:CleanIDPrimaryTable:wygl_system_GeneralCode编号字段名字段类型宽度默认值为空中文描述1PrecinctIDVarChar20No所在管理区编号2AreaIDIntNo卫生区域代码3CleanDateDatetimeNo清洁日期(yyyy/mm/ddhh:ss)4CleanByVarChar20No清洁人代码,缺省为该卫生区的责任人;5CheckDateDatetimeNo检查日期(yyyy/mm/dd)6CleanIDInt
5、No清洁检查项目代码7CleanStatusChar1清洁情况;0=差1=中2=好8CheckByVarChar20检查人代码9RemarkVarChar250备注3、绿化品种档案表:(wygl_condition_Breed)PrimaryKey:PrecinctID+BreedIDFriendKey:PrecinctIDPrimaryTable:wygl_res_PrecinctFriendKey:BreedIDPrimaryTable:wygl_system_GeneralCode编号字段名字段类型宽度默认值为空中文描述1PrecinctIDV
6、arChar20No所在管理区编号2BreedIDIntNo绿化品种代码3BreedNameVarChar50No绿化品种名称4SpecificationVarChar250规格5HabitVarChar250习性6FertilizeIntervalInt施肥时间间隔X天;7FertilizeLastDateDatetime上次施肥时间;8WaterIntervalInt浇水时间间隔X天;9WaterLastDateDatetime上次浇水时间;10TakeChargeByVarChar20责任人代码11RequestVarChar250工作要求12
7、RemarkVarChar250备注4、绿化记录主表:(wygl_condition_AfforestMaster)PrimaryKey:PrecinctID+AfforestDateFriendKey:PrecinctIDPrimaryTable:wygl_res_Precinct编号字段名字段类型宽度默认值为空中文描述1PrecinctIDVarChar20No管理区编号2AfforestDateDatetimeNo记录时间3TtlAreaDecimal18,2总占地面积,从资源档案中读入(只读);4TtlAfforestAreaDecimal1
8、8,2绿化总面积(只读);5AfforestPersentDecimal18,2绿化率:绿化总面积/总占地面
此文档下载收益归作者所有