pdm UML类图
2016-05-16 22:36:49 177 举报
PDM(Product Data Management)是一种用于管理产品数据和过程的软件系统。它提供了一个集中的存储库,用于存储和管理所有与产品相关的信息,包括设计、制造、测试和维护等各个阶段的数据。PDM系统可以帮助企业实现对产品数据的高效管理和控制,提高产品质量和生产效率。它还可以支持跨部门协作,促进团队成员之间的沟通和合作。总之,PDM是一种重要的工具,对于任何希望提高产品质量和效率的企业来说都是必不可少的。
作者其他创作
大纲/内容
FK_buy_customer
sale
perID int cusID int shoeID int saleNum intsalePrice intsaleTime datetime
buy
cusID int shoeID int buyNum intbuyPrice intbuyTime datetime
shoes
shoeID int shoeName nchar(10)color nchar(10)size int number intprice int
customer
perID int username nchar(20)password nchar(20)name nchar(10)sex nchar(10)phone nchar(10)position nchar(10)
FK_stock_personla
stock
perID int shoeID int stockNum intstockTime datetimestackprice int
personal
perID int username nchar(20)password nchar(20)name nchar(10)sex nchar(10)phone nchar(10)position nchar(10)wages int
FK_stokc_shoes
FK_sale_personal
FK_sale_customer
FK_sale_shoes
FK_buy_shoes
0 条评论
下一页