entity
2016-04-12 20:07:30 14 举报
Entity是一个计算机术语,指的是在数据库或应用程序中表示现实世界中的某个对象或概念的抽象表示。它通常具有一些属性(如名称、年龄、地址等)和行为(如添加、删除、更新等)。实体可以是用户、产品、订单等任何事物。在关系型数据库中,实体通常用表来表示,表中的每一行代表一个实体实例。在面向对象编程中,实体通常用类来表示,类的属性和方法用于描述实体的特性和行为。实体是数据模型的核心组成部分,它们之间的关系构成了数据模型的基础。
作者其他创作
大纲/内容
Picture
String id String picTitleString picUrlString picWidthString picHeightInteger sortInteger status......
Product
String id String name Integer type String prodno String description String buyurl Double price Integer currency Integer gender Integer status String picurl String picWidth String picHeight Category category Brand brand Color color Source source ......
Color
String idString nameString rgbInteger sortInteger typeString aliasInteger status......
Manager
String idString nameString passwordInteger status Integer role......
ProdPic
String id Product productPicture pictureInteger status......
Brand
String idString nameInteger typeString logoUrlString logoWidthString logoHeightString picUrlString picWidthString picHeightString descriptionInteger sortInteger statusString positionDescString urlString weiboString weixin......
Source
String id String name String url Integer sort Integer status......
Category
String idString nameInteger sortInteger statusCategory parentString parentIdsString alias......
收藏
0 条评论
下一页