Changes between Version 18 and Version 19 of web-entity


Ignore:
Timestamp:
02/20/2012 06:01:33 PM (14 years ago)
Author:
yangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-entity

    v18 v19  
    11== 汽车网车友汇项目实体定义 == 
    22 
    3 1. [#point001 用户] 
    4 2. [#point002 活动] 
    5 3. [#point003 活动详情] 
    6 4. [#point004 活动成员关系] 
    7 5. [#point005 活动行程(标注)] 
    8 5. [#point005 活动申请列表] 
    9 6. [#point006 车友会] 
    10 7. [#point007 车友会成员关系] 
    11 8. [#point008 账单] 
    12 9. [#point009 照片] 
    13 10. [#point010 评论] 
     31. [#point001 用户]  
     42. [#point002 活动]  
     53. [#point003 活动详情]  
     64. [#point004 活动成员关系]  
     75. [#point005 活动记账] 
     86. [#point006 活动行程(标注)]  
     97. [#point007 活动申请列表]  
     108. [#point008 活动实际路径]  
     119. [#point009 车友会]  
     1210. [#point010 用户关注的车友会]  
     1311. [#point011 账单]  
     1412. [#point012 照片]  
     1513. [#point013 评论] 
    1416 
    1517=== [=#point001 1.用户] === 
     
    5254||has-audit||HAS-AUDIT||smallint||审核员审核标记,1已经审过,0未审过,或者需要再审|| 
    5355 
    54 === [=#point002 3.活动详情] === 
     56=== [=#point003 3.活动详情] === 
    5557||=字段=||=名称=||=类型=||=备注=|| 
    5658||act-id||活动ID||bigint(20)|| || 
    5759||detail||活动详情||varchar(4000)||手台是必须的吗,如果必须的话,单独记录比较合适|| 
    5860 
    59 === [=#point003 3.活动成员关系] === 
     61=== [=#point004 4.活动成员关系] === 
    6062||=字段=||=名称=||=类型=||=备注=|| 
    6163||act-id||活动ID||bigint(20)|| || 
     
    8183 
    8284 
    83 === [=#point004 4.活动行程(标注)] === 
     85=== [=#point006 6.活动行程(标注)] === 
    8486||=字段=||=名称=||=类型=||=备注=|| 
    8587||act-id||活动ID||bigint(20)|| || 
     
    9698||desc||备注||varchar(100)|| || 
    9799 
    98 === [=#point004 4.活动申请列表] === 
     100=== [=#point007 7.活动申请列表] === 
    99101||=字段=||=名称=||=类型=||=备注=|| 
    100102||act-id||活动ID||bigint(20)|| || 
     
    109111||last-update-date||最后修改时间||datetime|| || 
    110112 
    111 === [=#point005 5.活动实际路径] === 
     113=== [=#point008 8.活动实际路径] === 
    112114||=字段=||=名称=||=类型=||=备注=|| 
    113115||act-id||活动ID||bigint(20)|| || 
     
    118120||create-date||创建时间||datetime|| || 
    119121 
    120 === [=#point005 5.车友会] === 
     122=== [=#point009 9.车友会] === 
    121123||=字段=||=名称=||=类型=||=备注=|| 
    122124||id||车友会ID||bigint(20)|| || 
     
    128130||create-date||创建时间||datetime|| || 
    129131 
    130 === [=#point005 5.用户关注的车友会] === 
     132=== [=#point010 10.用户关注的车友会] === 
    131133||=字段=||=名称=||=类型=||=备注=|| 
    132134||uid||ACCOUNT-ID||bigint(20)|| || 
     
    134136||create-date|| ||datetime|| || 
    135137 
    136 === [=#point006 6.车友会成员关系] === 
     138 
     139=== [=#point011 11.账单] === 
    137140||=字段=||=名称=||=类型=||=备注=|| 
    138 ||id||记录id||Long|| || 
    139 ||clubId||车友会id||Long|| || 
    140 ||memberId||成员id||Long|| || 
    141 ||level||成员类型:分别有管理员,普通成员,关注者三种类型||Integer|| || 
     141||id||费用ID||bigint(20)|| || 
     142||act-id||活动ID||bigint(20)|| || 
     143||pay||费用||smallint|| || 
     144||desc||费用描述||varchar(100)|| || 
     145||create-date||创建时间||datetime|| || 
     146||uid||创建人||bigint(20)|| || 
    142147 
    143  
    144  
    145 === [=#point007 7.账单] === 
    146 ||=字段=||=名称=||=类型=||=备注=|| 
    147 ||id||记录id||Long|| || 
    148 ||pay||费用金额||Double|| || 
    149 ||desc||说明||String|| || 
    150 ||actId||活动id||Long|| || 
    151  
    152 === [=#point008 8.照片] === 
     148=== [=#point012 12.照片] === 
    153149||=字段=||=名称=||=类型=||=备注=|| 
    154150||id||图片ID||bigint(20)|| || 
     
    167163 
    168164 
    169 === [=#point008 8.评论] === 
     165=== [=#point013 13.评论] === 
    170166||=字段=||=名称=||=类型=||=备注=|| 
    171167||id||评论ID||bigint(20)|| ||