Changes between Version 10 and Version 11 of web-entity


Ignore:
Timestamp:
02/15/2012 05:10:44 PM (14 years ago)
Author:
yangmengjun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • web-entity

    v10 v11  
    11== 汽车网车友汇项目实体定义 == 
    22 
    3 1. [=#point001 用户] 
    4 2. [=#point002 活动] 
    5 3. [=#point003 活动成员关系] 
    6 4. [=#point004 行程(标注)] 
    7 5. [=#point005 车友会] 
    8 6. [=#point006 车友会成员关系] 
    9 7. [=#point007 账单] 
    10 8. [=#point008 照片] 
    11 9. [=#point009 评论] 
     31. [#point001 用户] 
     42. [#point002 活动] 
     53. [#point003 活动成员关系] 
     64. [#point004 行程(标注)] 
     75. [#point005 车友会] 
     86. [#point006 车友会成员关系] 
     97. [#point007 账单] 
     108. [#point008 照片] 
     119. [#point009 评论] 
    1212 
    13 === 用户 === 
     13=== [=#point001 用户 === 
    1414||=字段=||=名称=||=类型=||=备注=|| 
    1515||uid||用户id ||Long|| || 
     
    2121||areaId||地区编号||Long|| || 
    2222 
    23 === 活动 === 
     23=== [=#point002 活动] === 
    2424||=字段=||=名称=||=类型=||=备注=|| 
    2525||actId||活动编号||Long|| || 
     
    3535||clubId||车友会id||Long|| || 
    3636 
    37 === 活动成员关系 === 
     37=== [=#point003 活动成员关系] === 
    3838||=字段=||=名称=||=类型=||=备注=|| 
    3939||id||记录id||Long|| || 
     
    4242||isAdmin||是否是管理员||Integer|| || 
    4343 
    44 === 行程(标注) === 
     44=== [=#point004 行程(标注)] === 
    4545||=字段=||=名称=||=类型=||=备注=|| 
    4646||routeId||行程id||Long|| || 
     
    5858||desc||备注||String|| || 
    5959 
    60 === 车友会 === 
     60=== [=#point005 车友会] === 
    6161||=字段=||=名称=||=类型=||=备注=|| 
    6262||clubId||车友会id||Long|| || 
     
    6565||createBy||创建者id||Long|| || 
    6666 
    67 === 车友会成员关系 
     67=== [=#point006 车友会成员关系] === 
    6868||=字段=||=名称=||=类型=||=备注=|| 
    6969||id||记录id||Long|| || 
     
    7272||level||成员类型:分别有管理员,普通成员,关注者三种类型||Integer|| || 
    7373 
    74 === 账单 === 
     74=== [=#point007 账单] === 
    7575||=字段=||=名称=||=类型=||=备注=|| 
    7676||id||记录id||Long|| || 
     
    8080||actId||活动id||Long|| || 
    8181 
    82 === 照片 === 
     82=== [=#point008 照片] === 
    8383||=字段=||=名称=||=类型=||=备注=|| 
    8484||id||记录id||Long|| ||